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

bug in gnome-panel2/gen_util/mailcheck



Hi,
the mailcheck-applet does not read the mail_file parameter while startup,
so changes to this setting get lost. I am working with multiple mailboxes,
so I need this setting. The patch below fixes this bug.

Regards, Joerg

PS: please CC replies to me as I am not subscribed to gtk-gnome.

--- mailcheck.c.orig	Tue May 14 05:56:20 2002
+++ mailcheck.c	Wed May 29 00:41:47 2002
@@ -1616,6 +1616,7 @@
 	mc->remote_password = panel_applet_gconf_get_string(mc->applet, "remote_password", NULL);
 	mc->remote_folder = panel_applet_gconf_get_string(mc->applet, "remote_folder", NULL);
 	mc->mailbox_type = panel_applet_gconf_get_int(mc->applet, "mailbox_type", NULL);
+	mc->mail_file = panel_applet_gconf_get_string(mc->applet, "mail_file", NULL);
 	mc->play_sound = panel_applet_gconf_get_bool(mc->applet, "play_sound", NULL);
 }
 
-- 
Joerg "joergland" Wendland
GPG: 51CF8417 FP: 79C0 7671 AFC7 315E 657A  F318 57A3 7FBD 51CF 8417

Attachment: pgpy2rj2ZjRMu.pgp
Description: PGP signature


Reply to: