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>
Sat, 11 Sep 2010 00:32:10 +0000 (17:32 -0700)
commit2c8d4bdc80c50c2b46039817c515b8cb453558c0
tree9824aa93ac10c7d1d740cfda66d85303cc2abb69
parent878f7b05117d3fa8de6c0f295cd34801b1392a2c
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