# HG changeset patch # User Etan Reisner # Date 1108050452 0 # Node ID c7458b544b151e606334e8a1ac56c3052f3f1cb1 # Parent eb2e5f06452a70baf727a3ed612044ab588afdea [gaim-migrate @ 11991] Let's actually save the pref callback id so we can disconnect it. And let's add gaimrc to POTFILES.in, once again thanks to Nathan Fredrickson for continued vigilance against my horrible understanding of gettext. committer: Tailor Script diff -r eb2e5f06452a -r c7458b544b15 plugins/gaimrc.c --- a/plugins/gaimrc.c Thu Feb 10 07:50:54 2005 +0000 +++ b/plugins/gaimrc.c Thu Feb 10 15:47:32 2005 +0000 @@ -302,8 +302,8 @@ { gaimrc_make_changes(); - gaim_prefs_connect_callback(plugin, "/plugins/gtk/gaimrc", - gaimrc_pref_changed_cb, NULL); + pref_callback = gaim_prefs_connect_callback(plugin, "/plugins/gtk/gaimrc", + gaimrc_pref_changed_cb, NULL); return TRUE; } diff -r eb2e5f06452a -r c7458b544b15 po/POTFILES.in --- a/po/POTFILES.in Thu Feb 10 07:50:54 2005 +0000 +++ b/po/POTFILES.in Thu Feb 10 15:47:32 2005 +0000 @@ -7,6 +7,7 @@ plugins/filectl.c plugins/gaim-remote/remote.c plugins/gaiminc.c +plugins/gaimrc.c plugins/gestures/gestures.c plugins/gevolution/add_buddy_dialog.c plugins/gevolution/assoc-buddy.c