CVS: sylpheedclaws/sylpheed-claws/src prefs_account.c,1.105.2.73,1.105.2.74
[email protected] Tue, 12 Dec 2006 09:47:29 +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-serv15448/src
Modified Files:
Tag: gtk2
prefs_account.c
Log Message:
2006-12-12 [paul] 2.6.1cvs21
* src/prefs_account.c
complete the fix of bug 1076
also be more verbose with the text
Index: prefs_account.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/prefs_account.c,v
retrieving revision 1.105.2.73
retrieving revision 1.105.2.74
diff -u -d -r1.105.2.73 -r1.105.2.74
--- prefs_account.c 2006/12/11 18:08:08 1.105.2.73
+++ prefs_account.c 2006/12/12 09:47:24 1.105.2.74
@@ -2859,10 +2859,10 @@
gchar *name;
GtkWidget *menuitem;
- name = g_strdup_printf(_("Unsupported (%s)"), prefsid);
+ name = g_strdup_printf(_("%s (plugin not loaded)"), prefsid);
menuitem = gtk_menu_item_new_with_label(name);
gtk_widget_show(menuitem);
- g_object_set_data_full(G_OBJECT(menuitem), MENU_VAL_ID, g_strdup(prefsid), g_free);
+ g_object_set_data(G_OBJECT(menuitem), MENU_VAL_ID, "");
gtk_menu_append(GTK_MENU(menu), menuitem);
g_free(name);