Re: Patch for resizable gweather applet window



Hi,

I think you sent this to the wrong list, desktop-devel is
probably better.

Anyway, it looks like there's already a bug filed for this: 
http://bugzilla.gnome.org/show_bug.cgi?id=103200

I encourage you submit your patch there, and tell them how
you feel. ;) I agree that it's annoying.

Noah


On Tue, Feb 25, 2003 at 23:12:26 -0600, John Margaglione wrote:
> 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>
> 
> _______________________________________________
> gtk-devel-list mailing list
> gtk-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-devel-list



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