Patch for resizable gweather applet window



The non-resizable window in gweather drives me nuts.  Unless there is a
fantastic reason for this behavior, I suggest a patch:


--- gweather-dialog.c.old       2003-02-25 23:07:08.000000000 -0600
+++ gweather-dialog.c   2003-02-25 23:04:57.000000000 -0600
@@ -352,6 +352,7 @@
     if (!gw_applet->gweather_dialog)
         gweather_dialog_create(gw_applet);
     gweather_dialog_update(gw_applet);
+    gtk_window_set_resizable(GTK_WINDOW(gw_applet->gweather_dialog),
TRUE);
     gtk_widget_show(gw_applet->gweather_dialog);
 }

 
John

-- 
John Margaglione <john margaglione com>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]