aboutsummaryrefslogtreecommitdiff
path: root/libindicate/server.c
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@canonical.com>2009-03-30 09:31:21 +0200
committerMartin Pitt <martin.pitt@canonical.com>2009-03-30 09:31:21 +0200
commit1b7e4541ee53e0dae9516ce6d8b3aeb66b10f90f (patch)
treef4cd9370370bc26a0ae2daff446c57dd3c9700fc /libindicate/server.c
parent9e0aabb84ac83a1f20c30756f268d1a06abbbc58 (diff)
parent9a1d935149a055969ae18dc5d80fb0ab11071f30 (diff)
downloadlibayatana-indicator-1b7e4541ee53e0dae9516ce6d8b3aeb66b10f90f.tar.gz
libayatana-indicator-1b7e4541ee53e0dae9516ce6d8b3aeb66b10f90f.tar.bz2
libayatana-indicator-1b7e4541ee53e0dae9516ce6d8b3aeb66b10f90f.zip
* New upstream version
* Changing the text in the license box to make sense. (LP: #346215) * Call GNOME Program Init to initialize all of the ATK and gettext stuff that needs to be initialized for it all to work. Patch from Eitan Isaacson. (LP: #349031) * Give the indicator applet an ATK name so it can be found by the accessibility frameworks. Patch from Eitan Isaacson. (LP: #349031) * Making it so the 'No Indicators' situation uses a label instead of a desensitized menu item to allow right click through. (LP: #346359) * Remove the making of 'Indicator Applet Factory' translatable. (LP: #349540) * Make sure translations get loaded and make the 'No Indicators' error and the license translatable. Patch from Gabor Kelemen. (LP: #349998) * debian/control: Adding libgnomeui-dev as a dependency as it was added upstream.
Diffstat (limited to 'libindicate/server.c')
-rw-r--r--libindicate/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/server.c b/libindicate/server.c
index 8a35906..39753d2 100644
--- a/libindicate/server.c
+++ b/libindicate/server.c
@@ -318,7 +318,7 @@ indicate_server_hide (IndicateServer * server)
g_return_if_fail(INDICATE_IS_SERVER(server));
IndicateServerPrivate * priv = INDICATE_SERVER_GET_PRIVATE(server);
- if (priv->visible)
+ if (!priv->visible)
return;
priv->visible = FALSE;