summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Atallah <datallah@pidgin.im>2007-05-11 22:57:28 +0000
committerDaniel Atallah <datallah@pidgin.im>2007-05-11 22:57:28 +0000
commit06920de7d44e677679108c95a1d8362a2c582934 (patch)
treef757c749bdfac8b86f2d99e83a38faedd516c4d5
parent5c7d462c1f1b61f70c102e3ed996d130325bcdbf (diff)
downloadpidgin-06920de7d44e677679108c95a1d8362a2c582934.tar.gz
Fix incorrect widget names in pidginrc plugin. Also, fix spacing - I'm not sure if this actually matters. Fixes #874.
-rw-r--r--pidgin/plugins/pidginrc.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/pidgin/plugins/pidginrc.c b/pidgin/plugins/pidginrc.c
index feeffc4fef..ec015d0e00 100644
--- a/pidgin/plugins/pidginrc.c
+++ b/pidgin/plugins/pidginrc.c
@@ -61,16 +61,16 @@ static GtkWidget *widget_size_widgets[G_N_ELEMENTS(widget_size_prefs)];
static const char *font_prefs[] = {
"/plugins/gtk/purplerc/font/*pidgin_conv_entry",
"/plugins/gtk/purplerc/font/*pidgin_conv_imhtml",
- "/plugins/gtk/purplerc/font/*pidginlog_imhtml",
- "/plugins/gtk/purplerc/font/*pidginrequest_imhtml",
- "/plugins/gtk/purplerc/font/*pidginnotify_imhtml",
+ "/plugins/gtk/purplerc/font/*pidgin_log_imhtml",
+ "/plugins/gtk/purplerc/font/*pidgin_request_imhtml",
+ "/plugins/gtk/purplerc/font/*pidgin_notify_imhtml",
};
static const char *font_prefs_set[] = {
"/plugins/gtk/purplerc/set/font/*pidgin_conv_entry",
"/plugins/gtk/purplerc/set/font/*pidgin_conv_imhtml",
- "/plugins/gtk/purplerc/set/font/*pidginlog_imhtml",
- "/plugins/gtk/purplerc/set/font/*pidginrequest_imhtml",
- "/plugins/gtk/purplerc/set/font/*pidginnotify_imhtml",
+ "/plugins/gtk/purplerc/set/font/*pidgin_log_imhtml",
+ "/plugins/gtk/purplerc/set/font/*pidgin_request_imhtml",
+ "/plugins/gtk/purplerc/set/font/*pidgin_notify_imhtml",
};
static const char *font_names[] = {
N_("Conversation Entry"),
@@ -167,7 +167,7 @@ purplerc_make_changes()
g_string_append_printf(style_string,
"style \"%s_style\"\n"
"{font_name = \"%s\"}\n"
- "widget \"%s\""
+ "widget \"%s\" "
"style \"%s_style\"\n",
prefbase, pref,
prefbase, prefbase);
@@ -260,7 +260,7 @@ purplerc_write(GtkWidget *widget, gpointer data)
g_string_append_printf(style_string,
"style \"%s_style\"\n"
"{font_name = \"%s\"}\n"
- "widget \"%s\""
+ "widget \"%s\" "
"style \"%s_style\"\n",
prefbase, pref,
prefbase, prefbase);