Mercurial > geeqie.yaz
comparison src/ui_help.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 | 1646720364cf |
children | 8b89e3ff286b |
comparison
equal
deleted
inserted
replaced
1173:52ce0263cb7c | 1174:0bea79d87065 |
---|---|
186 help_window_load_text(text, path); | 186 help_window_load_text(text, path); |
187 help_window_scroll(text, key); | 187 help_window_scroll(text, key); |
188 } | 188 } |
189 | 189 |
190 GtkWidget *help_window_new(const gchar *title, | 190 GtkWidget *help_window_new(const gchar *title, |
191 const gchar *wmclass, const gchar *subclass, | 191 const gchar *subclass, |
192 const gchar *path, const gchar *key) | 192 const gchar *path, const gchar *key) |
193 { | 193 { |
194 GtkWidget *window; | 194 GtkWidget *window; |
195 GtkWidget *text; | 195 GtkWidget *text; |
196 GtkTextBuffer *buffer; | 196 GtkTextBuffer *buffer; |