comparison libpurple/smiley.c @ 24838:0d7c21b5f1d7

propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8) to branch 'im.pidgin.pidgin.openq' (head a7077bc12b850d60ea7d768f4b9d4ee6ae6ad2c1)
author SHiNE CsyFeK <csyfek@gmail.com>
date Thu, 25 Dec 2008 14:06:10 +0000
parents d8452c0bec7b
children 584063555949
comparison
equal deleted inserted replaced
24606:68eba2bafa6f 24838:0d7c21b5f1d7
286 *********************************************************************/ 286 *********************************************************************/
287 enum 287 enum
288 { 288 {
289 PROP_0, 289 PROP_0,
290 PROP_SHORTCUT, 290 PROP_SHORTCUT,
291 PROP_IMGSTORE, 291 PROP_IMGSTORE
292 }; 292 };
293 293
294 #define PROP_SHORTCUT_S "shortcut" 294 #define PROP_SHORTCUT_S "shortcut"
295 #define PROP_IMGSTORE_S "image" 295 #define PROP_IMGSTORE_S "image"
296 296