GNOME Bugzilla – Bug 671278
gobject assertion warning when opening the first file diff in a VCS directory
Last modified: 2012-03-05 08:34:11 UTC
1. Go to a git-versioned directory. 2. Touch some file so that there are uncommitted changes 3. "meld ." 4. Double-click the changed file in meld to show the diff 5. The following is printed in the terminal (only the first time): meld/meldwindow.py:580: Warning: g_object_set_qdata: assertion `G_IS_OBJECT (object)' failed self.notebook.append_page( page.widget, nbl)
*** This bug has been marked as a duplicate of bug 670380 ***