Mercurial > geeqie
comparison 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 |
comparison
equal
deleted
inserted
replaced
1173:52ce0263cb7c | 1174:0bea79d87065 |
---|---|
1944 lw->bar_info_width = PANEL_DEFAULT_WIDTH; | 1944 lw->bar_info_width = PANEL_DEFAULT_WIDTH; |
1945 } | 1945 } |
1946 | 1946 |
1947 /* window */ | 1947 /* window */ |
1948 | 1948 |
1949 lw->window = window_new(GTK_WINDOW_TOPLEVEL, GQ_WMCLASS, NULL, NULL, NULL); | 1949 lw->window = window_new(GTK_WINDOW_TOPLEVEL, GQ_APPNAME_LC, NULL, NULL, NULL); |
1950 gtk_window_set_resizable(GTK_WINDOW(lw->window), TRUE); | 1950 gtk_window_set_resizable(GTK_WINDOW(lw->window), TRUE); |
1951 gtk_container_set_border_width(GTK_CONTAINER(lw->window), 0); | 1951 gtk_container_set_border_width(GTK_CONTAINER(lw->window), 0); |
1952 | 1952 |
1953 if (options->layout.save_window_positions) | 1953 if (options->layout.save_window_positions) |
1954 { | 1954 { |