| 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 |