Mercurial > geeqie.yaz
diff src/layout.c @ 1174:0bea79d87065
Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
author | zas_ |
---|---|
date | Sun, 23 Nov 2008 16:10:29 +0000 |
parents | e812b1a7adda |
children | 5a20c47e7a14 |
line wrap: on
line diff
--- a/src/layout.c Sat Nov 22 22:54:51 2008 +0000 +++ b/src/layout.c Sun Nov 23 16:10:29 2008 +0000 @@ -1946,7 +1946,7 @@ /* window */ - lw->window = window_new(GTK_WINDOW_TOPLEVEL, GQ_WMCLASS, NULL, NULL, NULL); + lw->window = window_new(GTK_WINDOW_TOPLEVEL, GQ_APPNAME_LC, NULL, NULL, NULL); gtk_window_set_resizable(GTK_WINDOW(lw->window), TRUE); gtk_container_set_border_width(GTK_CONTAINER(lw->window), 0);