GNOME Bugzilla – Bug 131073
Every instance of weather applet should have separate instance of about dialog
Last modified: 2004-12-22 21:47:04 UTC
Steps to reproduce: 1. Add_to panel->Accessories->Weather report 2. Add multiple instances of this applet. 3. Open about dialog. One about dialog is shared by all the instances of gweather applet.
Created attachment 23195 [details] [review] Patch which fixes the bug
Please commit. Thanks :)
Kevin: committed to head with addition of destroying the about dialog when the applet is removed from the panel. 2004-01-12 Archana Shah <archana.shah@wipro.com> * gweather.h: Added a field in the structure GWeatherApplet for about dialog. * gweather-applet.c: (gweather-applet-create): Initialized about_dialog field with NULL. (applet_destroy): Destroys the about dialog when the applet is removed from the panel. * gweather-about.c: (gweather-about-run): Removed the static variable "about" and used structure member about_dialog in that place. Fixes bug #131073