2007-02-27 [colin] 2.8.0cvs5
* src/gtk/gtkutils.c Use gtk_window_set_role instead of _set_wmclass
This commit is contained in:
parent
5ed2146744
commit
575012aec3
4 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-02-27 [colin] 2.8.0cvs5
|
||||
|
||||
* src/gtk/gtkutils.c
|
||||
Use gtk_window_set_role instead of
|
||||
_set_wmclass
|
||||
|
||||
2007-02-27 [colin] 2.8.0cvs4
|
||||
|
||||
* src/inc.c
|
||||
|
|
|
@ -2397,3 +2397,4 @@
|
|||
( cvs diff -u -r 1.179.2.155 -r 1.179.2.156 src/imap.c; cvs diff -u -r 1.1.4.4 -r 1.1.4.5 src/etpan/etpan-thread-manager-types.h; cvs diff -u -r 1.1.4.6 -r 1.1.4.7 src/etpan/etpan-thread-manager.c; cvs diff -u -r 1.1.4.73 -r 1.1.4.74 src/etpan/imap-thread.c; ) > 2.8.0cvs2.patchset
|
||||
( cvs diff -u -r 1.59.2.53 -r 1.59.2.54 src/prefs_filtering.c; cvs diff -u -r 1.1.4.33 -r 1.1.4.34 src/prefs_filtering_action.c; cvs diff -u -r 1.43.2.55 -r 1.43.2.56 src/prefs_matcher.c; ) > 2.8.0cvs3.patchset
|
||||
( cvs diff -u -r 1.149.2.65 -r 1.149.2.66 src/inc.c; ) > 2.8.0cvs4.patchset
|
||||
( cvs diff -u -r 1.5.2.53 -r 1.5.2.54 src/gtk/gtkutils.c; ) > 2.8.0cvs5.patchset
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=8
|
|||
MICRO_VERSION=0
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=4
|
||||
EXTRA_VERSION=5
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -1572,6 +1572,6 @@ GtkWidget *gtkut_window_new (GtkWindowType type,
|
|||
const gchar *class)
|
||||
{
|
||||
GtkWidget *window = gtk_window_new(type);
|
||||
gtk_window_set_wmclass(GTK_WINDOW(window), class, "Claws Mail");
|
||||
gtk_window_set_role(GTK_WINDOW(window), class);
|
||||
return window;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue