Oops, put the arguments in the right order.
2003-09-29 Jeffrey Stedfast <fejj@ximian.com> * em-format.c (emf_init): Oops, put the arguments in the right order. svn path=/trunk/; revision=22757
This commit is contained in:

committed by
Jeffrey Stedfast

parent
7dbb51cfc9
commit
1af3fe8fe0
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-29 Jeffrey Stedfast <fejj@ximian.com>
|
||||||
|
|
||||||
|
* em-format.c (emf_init): Oops, put the arguments in the right order.
|
||||||
|
|
||||||
2003-09-25 Jeffrey Stedfast <fejj@ximian.com>
|
2003-09-25 Jeffrey Stedfast <fejj@ximian.com>
|
||||||
|
|
||||||
* mail-account-gui.c (mail_account_gui_save): Allow any file: uri
|
* mail-account-gui.c (mail_account_gui_save): Allow any file: uri
|
||||||
|
@ -96,7 +96,7 @@ emf_init(GObject *o)
|
|||||||
gconf_client_add_dir (priv->gconf, "/apps/evolution/mail/format/charset",
|
gconf_client_add_dir (priv->gconf, "/apps/evolution/mail/format/charset",
|
||||||
GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
|
GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
|
||||||
priv->charset_id = gconf_client_notify_add (priv->gconf, "/apps/evolution/mail/format/charset",
|
priv->charset_id = gconf_client_notify_add (priv->gconf, "/apps/evolution/mail/format/charset",
|
||||||
gconf_charset_changed, NULL, NULL, emf);
|
gconf_charset_changed, emf, NULL, NULL);
|
||||||
priv->gconf_charset = gconf_client_get_string (priv->gconf, "/apps/evolution/mail/format/charset", NULL);
|
priv->gconf_charset = gconf_client_get_string (priv->gconf, "/apps/evolution/mail/format/charset", NULL);
|
||||||
|
|
||||||
emf->inline_table = g_hash_table_new(NULL, NULL);
|
emf->inline_table = g_hash_table_new(NULL, NULL);
|
||||||
|
Reference in New Issue
Block a user