Command-line utility: avoid double free()s when modifying config option
[browser-switch] / browser-switchboard.h
index 726a553..26f92d8 100644 (file)
@@ -27,8 +27,13 @@ struct swb_context {
        int continuous_mode;
        void (*default_browser_launcher)(struct swb_context *, char *);
        char *other_browser_cmd;
+#ifdef FREMANTLE
+       int autostart_microb;
+#endif
        DBusGConnection *session_bus;
        DBusGProxy *dbus_proxy;
+       DBusGConnection *system_bus;
+       DBusGProxy *dbus_system_proxy;
 };
 
 #endif /* _BROWSER_SWITCHBOARD_H */