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 127251 - Applet initialization function is called twice
Applet initialization function is called twice
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: libpanel-applet
2.4.x
Other Linux
: Normal minor
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks: 135070
 
 
Reported: 2003-11-18 01:05 UTC by Sergey V. Udaltsov
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sergey V. Udaltsov 2003-11-18 01:05:13 UTC
Using gnome-panel 2.4.1, I put some debug statement into gswitchit applets
- and found that the initialization function is called twice. It is not a
problem to set the guard against the second initialization attempt - but at
least this should be document (better - fixed).
Comment 1 Bart Martens 2004-02-19 18:30:59 UTC
Does that still happen if you set the gnome-panel background to color?
Comment 2 Sergey V. Udaltsov 2004-02-23 10:38:43 UTC
Yes. Just checked.
Comment 3 Sergey V. Udaltsov 2004-02-25 09:27:09 UTC
Sorry, the check was incorrect. It seems the problem gone. Thanks.