← Back to team overview

gtg team mailing list archive

[Bug 577111] Re: Some plugins has zero-sized About Window

 

OK:
0. Start GTG
1. Call menu commands:  Edit --> Setup
2. Recall Modules Tab
3. Select plugin Notifacation area
4. Click About_module button
5. See small, notresizeable window (marked red on the picture)

Additional information about my system:
> uname -a
Linux XXXXX 2.6.31-21-generic #59-Ubuntu SMP Wed Mar 24 07:28:27 UTC 2010 x86_64 GNU/Linux

> python --version
Python 2.6.4


** Attachment added: "small window About module"
   http://launchpadlibrarian.net/48227517/screenshot.png

-- 
Some plugins has zero-sized About Window
https://bugs.launchpad.net/bugs/577111
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Incomplete

Bug description:
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.





References