Fremantle: Make DBusGProxy static in launch_microb_open_window()
authorSteven Luo <steven+maemo@steven676.net>
Wed, 8 Sep 2010 07:20:39 +0000 (00:20 -0700)
committerSteven Luo <steven+maemo@steven676.net>
Wed, 8 Sep 2010 07:20:39 +0000 (00:20 -0700)
commitefb6ed3570342e8fcf6458bf3a8f7661078e7ccb
tree8d9221147cba8ec91afea3e1e8ed164e44ce3cdb
parent330acaf7ac4d9dc5d536ef4ff70e0553b8f9e12a
Fremantle: Make DBusGProxy static in launch_microb_open_window()

Chances are good we'll need to use the D-Bus proxy again at some point,
so instead of getting rid of it when launch_microb_open_window()
finishes, save it for later use.

Has the side effect of fixing a leak when we open a bookmarks window.
launcher.c