GTG

Comment 0 for bug 577111

Revision history for this message
DmDr (cardioexp) wrote :

GTG 0.2.4 on Ubuntu Karmic.
When I press About Plugin button when some of plugins is selected (for example Notification area) new window have zero size. This window may be closed only by the xkill. In the debug mode there are:
/usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:265: GtkWarning: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
  pad.set_name(p.full_name)
/usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:266: GtkWarning: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed
  pad.set_version(p.version)
/usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:270: GtkWarning: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed
  pad.set_authors(authors)
/usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:271: GtkWarning: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
  pad.set_comments(p.description.replace(r'\n', "\n"))
/usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:271: GtkWarning: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed
  pad.set_comments(p.description.replace(r'\n', "\n"))
/usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:273: GtkWarning: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed
  pad.show_all()
/usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:273: GtkWarning: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
  pad.show_all()

Some other plugin's about window works properly without any debug messages.