pidgin/plugins/notify.c

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36926
d2c0c68a9816
child 36935
5384600e613c
--- a/pidgin/plugins/notify.c	Sat Oct 26 04:38:34 2013 +0530
+++ b/pidgin/plugins/notify.c	Mon Oct 28 00:02:17 2013 +0530
@@ -843,18 +843,18 @@
 	};
 
 	return pidgin_plugin_info_new(
-		"id",                   NOTIFY_PLUGIN_ID,
-		"name",                 N_("Message Notification"),
-		"version",              DISPLAY_VERSION,
-		"category",             N_("Notification"),
-		"summary",              N_("Provides a variety of ways of notifying "
-		                           "you of unread messages."),
-		"description",          N_("Provides a variety of ways of notifying "
-		                           "you of unread messages."),
-		"authors",              authors,
-		"website",              PURPLE_WEBSITE,
-		"abi-version",          PURPLE_ABI_VERSION,
-		"pidgin-config-frame",  get_config_frame,
+		"id",                      NOTIFY_PLUGIN_ID,
+		"name",                    N_("Message Notification"),
+		"version",                 DISPLAY_VERSION,
+		"category",                N_("Notification"),
+		"summary",                 N_("Provides a variety of ways of notifying "
+		                              "you of unread messages."),
+		"description",             N_("Provides a variety of ways of notifying "
+		                              "you of unread messages."),
+		"authors",                 authors,
+		"website",                 PURPLE_WEBSITE,
+		"abi-version",             PURPLE_ABI_VERSION,
+		"pidgin-config-frame-cb",  get_config_frame,
 		NULL
 	);
 }

mercurial