diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-12-17 11:34:06 +0000 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-12-17 11:34:06 +0000 |
| commit | a7934e9f21c0650279ae9bea9913240a77b731d2 (patch) | |
| tree | e04e28677c61f07aad1a7c21c93e7e14539487bb /src | |
| parent | 35dfe646d6ae0282ab4b7ef959400252b230c69e (diff) | |
Fix initialization error
(bzr r723)
Diffstat (limited to 'src')
| -rw-r--r-- | src/IndicatorObjectFactoryRemote.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IndicatorObjectFactoryRemote.cpp b/src/IndicatorObjectFactoryRemote.cpp index a209ce0a2..4257fabcd 100644 --- a/src/IndicatorObjectFactoryRemote.cpp +++ b/src/IndicatorObjectFactoryRemote.cpp @@ -69,6 +69,7 @@ static bool reconnect_to_service (gpointer data); // Public Methods IndicatorObjectFactoryRemote::IndicatorObjectFactoryRemote () +: _proxy (NULL) { Reconnect (); } |
