After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 128364 - Assertion failure when the 'Help' option is clicked
Assertion failure when the 'Help' option is clicked
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: gweather
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-12-02 14:35 UTC by Muktha
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch for the above problem (470 bytes, patch)
2003-12-02 14:37 UTC, Muktha
none Details | Review

Description Muktha 2003-12-02 14:35:13 UTC
Add gweather applet. Right click on the applet and select the 'help'
option.

The following messages will be output:
(gweather-applet-2:15590): GLib-GObject-WARNING **: invalid cast from
`PanelApplet' to `GtkWindow'
                                                                                
(gweather-applet-2:15590): Gtk-CRITICAL **: file gtkwindow.c: line 6321
(gtk_window_get_screen): assertion `GTK_IS_WINDOW (window)' failed
                                                                                
** (gweather-applet-2:15590): CRITICAL **: file egg-screen-exec.c: line 103
(egg_screen_exec_environment): assertion `GDK_IS_SCREEN (screen)' failed
Comment 1 Muktha 2003-12-02 14:37:59 UTC
Created attachment 22015 [details] [review]
Proposed patch for the above problem
Comment 2 Kevin Vandersloot 2003-12-02 15:15:01 UTC
Looks good. Could you apply to both HEAD and gnome-2-4 branches
Muktha. Thanks.
Comment 3 Muktha 2003-12-03 06:26:03 UTC
Committed the patch to HEAD and gnome-2-4 branch.
Marking the bug as fixed.