changeset 21657:49e6746fb5a7

Make the GTK+ Theme Control plugin's save button list the correct location (at least in the default case). Fixes #4042
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 26 Nov 2007 23:19:37 +0000
parents de8e79e84636
children 8eaaa8966e4d
files pidgin/plugins/pidginrc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);