CVS: sylpheedclaws/sylpheed-claws/src prefs_account.c,1.105.2.70,1.105.2.71
[email protected] Mon, 11 Dec 2006 17:24:00 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src
In directory sunsite.dk:/tmp/cvs-serv17850/src
Modified Files:
Tag: gtk2
prefs_account.c
Log Message:
2006-12-11 [colin] 2.6.1cvs14
* src/prefs_account.c
Fix sensitivity
Index: prefs_account.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/prefs_account.c,v
retrieving revision 1.105.2.70
retrieving revision 1.105.2.71
diff -u -d -r1.105.2.70 -r1.105.2.71
--- prefs_account.c 2006/11/07 10:39:13 1.105.2.70
+++ prefs_account.c 2006/12/11 17:23:54 1.105.2.71
@@ -2842,6 +2842,7 @@
if (id != NULL && strcmp(id, prefsid) == 0) {
found = TRUE;
gtk_option_menu_set_history(GTK_OPTION_MENU(optionmenu), i);
+ privacy_system_activated(GTK_MENU_ITEM(item));
}
i++;
}
@@ -2858,6 +2859,7 @@
g_free(name);
gtk_option_menu_set_history(GTK_OPTION_MENU(optionmenu), i);
+ privacy_system_activated(GTK_MENU_ITEM(menuitem));
}
g_list_free(children);