pidgin/gtkutils.h

branch
soc.2013.gobjectification.plugins
changeset 36963
6cc39a95f75b
parent 36637
9b0109ae118d
parent 35105
ed127ccd9b9f
child 37017
8e2b68c79fa1
equal deleted inserted replaced
36962:bb716fcd7bb0 36963:6cc39a95f75b
56 56
57 #ifndef _WIN32 57 #ifndef _WIN32
58 typedef enum 58 typedef enum
59 { 59 {
60 PIDGIN_BROWSER_DEFAULT = 0, 60 PIDGIN_BROWSER_DEFAULT = 0,
61 PIDGIN_BROWSER_CURRENT, 61 /* value '1' was used by PIDGIN_BROWSER_CURRENT, which no longer exists */
62 PIDGIN_BROWSER_NEW_WINDOW, 62 PIDGIN_BROWSER_NEW_WINDOW = 2,
63 PIDGIN_BROWSER_NEW_TAB 63 PIDGIN_BROWSER_NEW_TAB
64 64
65 } PidginBrowserPlace; 65 } PidginBrowserPlace;
66 #endif /* _WIN32 */ 66 #endif /* _WIN32 */
67 67

mercurial