| 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 |