diff options
author | Ted Gould <ted@canonical.com> | 2009-01-13 13:43:32 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-13 13:43:32 -0600 |
commit | 0b4e54d7e08c652fd0468b307f0fe6eeb987a149 (patch) | |
tree | b1cdee4ab52113123e448473fd8d46668aca6877 /libindicate/server.h | |
parent | bba89edeba9b17832b1f6971c603541ee5877c8c (diff) | |
download | libayatana-indicator-0b4e54d7e08c652fd0468b307f0fe6eeb987a149.tar.gz libayatana-indicator-0b4e54d7e08c652fd0468b307f0fe6eeb987a149.tar.bz2 libayatana-indicator-0b4e54d7e08c652fd0468b307f0fe6eeb987a149.zip |
Ah, we weren't checking if we were visible. Now things are better.
Diffstat (limited to 'libindicate/server.h')
-rw-r--r-- | libindicate/server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libindicate/server.h b/libindicate/server.h index e119cfd..3844b03 100644 --- a/libindicate/server.h +++ b/libindicate/server.h @@ -24,6 +24,7 @@ struct _IndicateServer { gchar * path; GSList * indicators; + gboolean visible; // TODO: Should have a more robust way to track this, but this'll work for now guint num_hidden; |