[gnome-panel/wip/muktupavels/default-layout: 4/9] layout: remove wrong break in for loop
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/wip/muktupavels/default-layout: 4/9] layout: remove wrong break in for loop
- Date: Mon, 16 Dec 2019 15:36:15 +0000 (UTC)
commit af577b1dfdf5b02d4b4ebb0f545ac5ab6bc549ec
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Mon Dec 16 14:32:14 2019 +0200
layout: remove wrong break in for loop
gnome-panel/panel-layout.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/gnome-panel/panel-layout.c b/gnome-panel/panel-layout.c
index 8696d94ba..98abd2355 100644
--- a/gnome-panel/panel-layout.c
+++ b/gnome-panel/panel-layout.c
@@ -220,7 +220,6 @@ panel_layout_find_free_id (const char *id_list_key,
if (g_strcmp0 (unique_id,
existing_dirs[i]) == 0)
existing = TRUE;
- break;
}
if (existing)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]