pidgin: aa3b9562: Quote the path for the windows "run at s...

Kevin Stange kstange at pidgin.im
Wed Oct 27 00:14:53 EDT 2010


On 10/26/2010 01:56 PM, datallah at pidgin.im wrote:
>  static GtkWidget* get_config_frame(PurplePlugin *plugin) {
> -	GtkWidget *ret;
> -	GtkWidget *vbox;
> -	GtkWidget *button;
> +	GtkWidget *ret, *vbox, *button, *language_sel;
>  	char *run_key_val;
>  	char *tmp;
>  
>  	ret = gtk_vbox_new(FALSE, 18);
>  	gtk_container_set_border_width(GTK_CONTAINER(ret), 12);
>  
> +	vbox = pidgin_make_frame(ret, _("Language"));
> +	language_sel = gtk_option_menu_new();
> +
>  	/* Autostart */
>  	vbox = pidgin_make_frame(ret, _("Startup"));
>  	tmp = g_strdup_printf(_("_Start %s on Windows startup"), PIDGIN_NAME);

Was this change intentional?  It seems to add a Language frame, and
create a widget that's never used.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://pidgin.im/pipermail/devel/attachments/20101026/289c5bb3/attachment.sig>


More information about the Devel mailing list