After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 645473 - Meld show nothing in side windows
Meld show nothing in side windows
Status: RESOLVED DUPLICATE of bug 639917
Product: meld
Classification: Other
Component: general
1.4.x
Other Linux
: Normal blocker
: ---
Assigned To: meld-maint
meld-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-21 23:35 UTC by Francesco Meloni
Modified: 2011-03-22 22:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Francesco Meloni 2011-03-21 23:35:13 UTC
vete@pangea:~$ meld 
Traceback (most recent call last):
  • File "/usr/lib/meld/meld/meldapp.py", line 93 in on_response
    self.diff_methods[page](paths)
  • File "/usr/lib/meld/meld/meldapp.py", line 499 in append_dirdiff
    doc.set_locations(dirs)
  • File "/usr/lib/meld/meld/dirdiff.py", line 376 in set_locations
    self._update_item_state(child)
  • File "/usr/lib/meld/meld/dirdiff.py", line 812 in _update_item_state
    self.model.set_state(it, j,  tree.STATE_NORMAL, isdir)
  • File "/usr/lib/meld/meld/tree.py", line 112 in set_state
    self.set_value(it, STATE, state)
TypeError: value is of the wrong type for this column
/usr/bin/meld:117: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed
  gtk.main()
^CTraceback (most recent call last):
  File "/usr/bin/meld", line 123, in <module>
    main()
  File "/usr/bin/meld", line 117, in main
    gtk.main()

tested on debian sid with some experimental (gtk3) parts

In my app i needed to cast strings adding in treeview models. i think it is a pygobject related "problem"
Comment 1 Kai Willadsen 2011-03-22 22:29:20 UTC
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. The fix is available in Meld 1.5.1.

*** This bug has been marked as a duplicate of bug 639917 ***