| 142 0, /**< flags */ |
142 0, /**< flags */ |
| 143 NULL, /**< dependencies */ |
143 NULL, /**< dependencies */ |
| 144 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
144 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
| 145 "gtk-extplacement", /**< id */ |
145 "gtk-extplacement", /**< id */ |
| 146 N_("ExtPlacement"), /**< name */ |
146 N_("ExtPlacement"), /**< name */ |
| 147 VERSION, /**< version */ |
147 DISPLAY_VERSION, /**< version */ |
| 148 N_("Extra conversation placement options."), /**< summary */ |
148 N_("Extra conversation placement options."), /**< summary */ |
| 149 /** description */ |
149 /** description */ |
| 150 N_("Restrict the number of conversations per windows," |
150 N_("Restrict the number of conversations per windows," |
| 151 " optionally separating IMs and Chats"), |
151 " optionally separating IMs and Chats"), |
| 152 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */ |
152 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */ |