summaryrefslogtreecommitdiff
path: root/mate-panel/panel-layout.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-11-12 07:03:23 -0800
committerStefano Karapetsas <[email protected]>2012-11-12 07:03:23 -0800
commit24ac184b8026e9628f8589938399c703101b6276 (patch)
treea508028c3e29b1fd74d50fb7226625a128cb7500 /mate-panel/panel-layout.c
parentcc9615065c128be5924a12df50abfda0c6b74a3a (diff)
parentb94aaf81d04f87cfcfde76b68876fbc0d27a8deb (diff)
downloadmate-panel-24ac184b8026e9628f8589938399c703101b6276.tar.bz2
mate-panel-24ac184b8026e9628f8589938399c703101b6276.tar.xz
Merge pull request #52 from sbalneav/master
Updates to mate-panel
Diffstat (limited to 'mate-panel/panel-layout.c')
-rw-r--r--mate-panel/panel-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-layout.c b/mate-panel/panel-layout.c
index 76e7747a..99147ae5 100644
--- a/mate-panel/panel-layout.c
+++ b/mate-panel/panel-layout.c
@@ -162,7 +162,7 @@ panel_layout_append_group_helper (GKeyFile *keyfile,
existing_ids = panel_dconf_list_subdirs (dconf_path, TRUE);
if (id) {
- for (i = 0; existing_ids[i]; i) {
+ for (i = 0; existing_ids[i]; i++) {
if (!strcmp (existing_ids[i], id)) {
existing_id = TRUE;
}