im.pidgin.pidgin: 5865eb4a45b2c059f8cd82ebd88bcca28ec72bd7
datallah at pidgin.im
datallah at pidgin.im
Mon Nov 26 18:25:37 EST 2007
-----------------------------------------------------------------
Revision: 5865eb4a45b2c059f8cd82ebd88bcca28ec72bd7
Ancestor: b576470ab9bee5e0b1c48de1e78e3e6234254cdb
Author: datallah at pidgin.im
Date: 2007-11-26T23:19:37
Branch: im.pidgin.pidgin
Modified files:
pidgin/plugins/pidginrc.c
ChangeLog:
Make the GTK+ Theme Control plugin's save button list the correct location (at least in the default case). Fixes #4042
-------------- next part --------------
============================================================
--- pidgin/plugins/pidginrc.c e11616e622d706c4e5f2ec9d376699a603f4ded7
+++ pidgin/plugins/pidginrc.c 48ae157fd08c4e356899bb202d8c897ec639699e
@@ -494,7 +494,7 @@ purplerc_get_config_frame(PurplePlugin *
gtk_box_pack_start(GTK_BOX(frame), hbox, FALSE, FALSE, 0);
tmp = g_strdup_printf(_("Write settings to %s%sgtkrc-2.0"),
- homepath, G_DIR_SEPARATOR_S);
+ homepath, G_DIR_SEPARATOR_S ".purple" G_DIR_SEPARATOR_S);
check = gtk_button_new_with_label(tmp);
g_free(tmp);
gtk_box_pack_start(GTK_BOX(hbox), check, FALSE, FALSE, 0);
More information about the Commits
mailing list