Fixed issue #47

This commit is contained in:
Bert Münnich
2012-03-28 21:14:01 +02:00
parent 8ab3cee6a5
commit bca3666862
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ void win_open(win_t *win) {
win_set_title(win, "sxiv");
classhint.res_name = "sxiv";
classhint.res_class = "sxiv";
classhint.res_class = "Sxiv";
XSetClassHint(e->dpy, win->xwin, &classhint);
if (!options->hide_bar) {