diff options
Diffstat (limited to 'openbox/dock.c')
| -rw-r--r-- | openbox/dock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/dock.c b/openbox/dock.c index e8c6e630..990c8208 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -138,12 +138,12 @@ void dock_add(Window win, XWMHints *wmhints) if (data[1]) app->class = g_strdup(data[1]); } - g_strfreev(data); + g_strfreev(data); } if (app->name == NULL) app->name = g_strdup(""); if (app->class == NULL) app->class = g_strdup(""); - + if (XGetWindowAttributes(ob_display, app->icon_win, &attrib)) { app->w = attrib.width; app->h = attrib.height; @@ -405,7 +405,7 @@ void dock_configure() break; } break; - } + } } } |
