← Back to team overview

gtg team mailing list archive

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

 

Hello!

2010/5/11 Luca Invernizzi <invernizzi.l@xxxxxxxxx>:
> Hmm... I cannot reproduce it either (which make it very difficult to
> fix). Has anybody else the same problem?

I can try to reproduce problem on an another computer (Ubuntu Lucid),
but in a few days.


-- 
DmDr

-- 
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