| 111 "Stu Tomlinson <stu@nosnilmot.com>", |
111 "Stu Tomlinson <stu@nosnilmot.com>", |
| 112 NULL |
112 NULL |
| 113 }; |
113 }; |
| 114 |
114 |
| 115 return pidgin_plugin_info_new( |
115 return pidgin_plugin_info_new( |
| 116 "id", "gtk-extplacement", |
116 "id", "gtk-extplacement", |
| 117 "name", N_("ExtPlacement"), |
117 "name", N_("ExtPlacement"), |
| 118 "version", DISPLAY_VERSION, |
118 "version", DISPLAY_VERSION, |
| 119 "category", N_("User interface"), |
119 "category", N_("User interface"), |
| 120 "summary", N_("Extra conversation placement options."), |
120 "summary", N_("Extra conversation placement options."), |
| 121 "description", N_("Restrict the number of conversations per " |
121 "description", N_("Restrict the number of conversations per " |
| 122 "windows, optionally separating IMs and " |
122 "windows, optionally separating IMs and " |
| 123 "Chats"), |
123 "Chats"), |
| 124 "authors", authors, |
124 "authors", authors, |
| 125 "website", PURPLE_WEBSITE, |
125 "website", PURPLE_WEBSITE, |
| 126 "abi-version", PURPLE_ABI_VERSION, |
126 "abi-version", PURPLE_ABI_VERSION, |
| 127 "preferences-frame", get_plugin_pref_frame, |
127 "pref-frame-cb", get_plugin_pref_frame, |
| 128 NULL |
128 NULL |
| 129 ); |
129 ); |
| 130 } |
130 } |
| 131 |
131 |
| 132 static gboolean |
132 static gboolean |