# HG changeset patch # User Daniel Atallah # Date 1196119177 0 # Node ID 49e6746fb5a73615edb0c5a9b7b17e1193dcbcd2 # Parent de8e79e846365f8a1d964de010e01e57455027a9 Make the GTK+ Theme Control plugin's save button list the correct location (at least in the default case). Fixes #4042 diff -r de8e79e84636 -r 49e6746fb5a7 pidgin/plugins/pidginrc.c --- a/pidgin/plugins/pidginrc.c Mon Nov 26 22:22:04 2007 +0000 +++ b/pidgin/plugins/pidginrc.c Mon Nov 26 23:19:37 2007 +0000 @@ -494,7 +494,7 @@ 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);