pidgin/plugins/pidginrc.c

branch
soc.2013.gobjectification.plugins
changeset 36935
5384600e613c
parent 36934
e7268aeb3b89
--- a/pidgin/plugins/pidginrc.c	Mon Oct 28 00:02:17 2013 +0530
+++ b/pidgin/plugins/pidginrc.c	Mon Oct 28 01:11:47 2013 +0530
@@ -585,18 +585,18 @@
 	};
 
 	return pidgin_plugin_info_new(
-		"id",                      "purplerc",
-		"name",                    N_("Pidgin GTK+ Theme Control"),
-		"version",                 DISPLAY_VERSION,
-		"category",                N_("Theming"),
-		"summary",                 N_("Provides access to commonly used gtkrc "
-		                              "settings."),
-		"description",             N_("Provides access to commonly used gtkrc "
-		                              "settings."),
-		"authors",                 authors,
-		"website",                 PURPLE_WEBSITE,
-		"abi-version",             PURPLE_ABI_VERSION,
-		"pidgin-config-frame-cb",  purplerc_get_config_frame,
+		"id",                   "purplerc",
+		"name",                 N_("Pidgin GTK+ Theme Control"),
+		"version",              DISPLAY_VERSION,
+		"category",             N_("Theming"),
+		"summary",              N_("Provides access to commonly used gtkrc "
+		                           "settings."),
+		"description",          N_("Provides access to commonly used gtkrc "
+		                           "settings."),
+		"authors",              authors,
+		"website",              PURPLE_WEBSITE,
+		"abi-version",          PURPLE_ABI_VERSION,
+		"gtk-config-frame-cb",  purplerc_get_config_frame,
 		NULL
 	);
 }

mercurial