diff options
author | Ted Gould <ted@gould.cx> | 2010-02-16 22:43:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-16 22:43:45 -0600 |
commit | a3e1058e63218921769470126b92bd1087eac1d2 (patch) | |
tree | cd8865ee19880eeffd719413ff50d97262307ddf /libindicator/indicator-desktop-shortcuts.c | |
parent | ef9c19ed6aec8a078a612a9e9b069934bf262b80 (diff) | |
download | libayatana-indicator-a3e1058e63218921769470126b92bd1087eac1d2.tar.gz libayatana-indicator-a3e1058e63218921769470126b92bd1087eac1d2.tar.bz2 libayatana-indicator-a3e1058e63218921769470126b92bd1087eac1d2.zip |
We should look at the other nicks even if this one doesn't work.
Diffstat (limited to 'libindicator/indicator-desktop-shortcuts.c')
-rw-r--r-- | libindicator/indicator-desktop-shortcuts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c index 22aed73..e1670e3 100644 --- a/libindicator/indicator-desktop-shortcuts.c +++ b/libindicator/indicator-desktop-shortcuts.c @@ -244,12 +244,12 @@ parse_keyfile (IndicatorDesktopShortcuts * ids) if (!should_show(priv->keyfile, G_KEY_FILE_DESKTOP_GROUP, priv->identity)) { g_free(groupname); - break; + continue; } if (!should_show(priv->keyfile, groupname, priv->identity)) { g_free(groupname); - break; + continue; } gchar * nickalloc = g_strdup(nicks[i]); |