pidgin/plugins/extplacement.c

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36929
eed15b8d51a1
child 36956
4808d6391e69
equal deleted inserted replaced
36933:3c12364588a6 36934:e7268aeb3b89
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

mercurial