pidgin/plugins/notify.c

branch
soc.2013.gobjectification.plugins
changeset 36935
5384600e613c
parent 36934
e7268aeb3b89
child 37109
94d1a2589d5a
equal deleted inserted replaced
36934:e7268aeb3b89 36935:5384600e613c
841 "Brian Tarricone <bjt23@cornell.edu>", 841 "Brian Tarricone <bjt23@cornell.edu>",
842 NULL 842 NULL
843 }; 843 };
844 844
845 return pidgin_plugin_info_new( 845 return pidgin_plugin_info_new(
846 "id", NOTIFY_PLUGIN_ID, 846 "id", NOTIFY_PLUGIN_ID,
847 "name", N_("Message Notification"), 847 "name", N_("Message Notification"),
848 "version", DISPLAY_VERSION, 848 "version", DISPLAY_VERSION,
849 "category", N_("Notification"), 849 "category", N_("Notification"),
850 "summary", N_("Provides a variety of ways of notifying " 850 "summary", N_("Provides a variety of ways of notifying "
851 "you of unread messages."), 851 "you of unread messages."),
852 "description", N_("Provides a variety of ways of notifying " 852 "description", N_("Provides a variety of ways of notifying "
853 "you of unread messages."), 853 "you of unread messages."),
854 "authors", authors, 854 "authors", authors,
855 "website", PURPLE_WEBSITE, 855 "website", PURPLE_WEBSITE,
856 "abi-version", PURPLE_ABI_VERSION, 856 "abi-version", PURPLE_ABI_VERSION,
857 "pidgin-config-frame-cb", get_config_frame, 857 "gtk-config-frame-cb", get_config_frame,
858 NULL 858 NULL
859 ); 859 );
860 } 860 }
861 861
862 static gboolean 862 static gboolean

mercurial