diff options
-rw-r--r-- | src/sbmanager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbmanager.c b/src/sbmanager.c index 1175f8d..2011f87 100644 --- a/src/sbmanager.c +++ b/src/sbmanager.c @@ -455,6 +455,7 @@ static void dock_align_icons(gboolean animated) gfloat ypos = 8.0; gfloat xpos = 0.0; gint i = 0; + SBItem *sel_item = NULL; if (count > 4) { spacing = 3.0; } |