GNOME Bugzilla – Bug 606567
Only tabs/windows created independently have notebook context menu labels right.
Last modified: 2010-02-15 14:54:34 UTC
1. Create a new chat window by double clicking a contact, for example Rupert 2. Confirm that if you right click the contact tab label you get a menu that reads "(icon) Rupert" 3. Create a new chat window by double clicking a contact, for example Banana 4. Confirm that if you right click the contact tab label you get a menu that reads "(icon) Banana" 5. Drag and drop Banana's tab to Rupert's window Expected: Tab label right click menu says: (icon) Rupert (icon) Banana Actual result: Tab label right click menu says: (icon) Rupert (this label is blank, but there's a menu item) The following is printed to the console: (empathy:9448): Gtk-CRITICAL **: gtk_selection_data_set: assertion `length <= 0' failed Screenshots attached
Created attachment 151129 [details] The menu of the notebook, pretty ok.
Created attachment 151130 [details] The broken notebook menu
That's probably a side effect of bug #585089. Let's reconsider once it has been fixed.
The assertion was because of bug #585089 and the item disappearing is because a GTK+ bug (bug #609929). *** This bug has been marked as a duplicate of bug 585089 ***