[easytag/wip/gsettings: 23/25] Do not set a custom wmclass for the scanner window
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/gsettings: 23/25] Do not set a custom wmclass for the scanner window
- Date: Sat, 16 Mar 2013 21:08:13 +0000 (UTC)
commit 360339e4327d8a5fb672b842b9d5e15ff26d3437
Author: David King <amigadave amigadave com>
Date: Sun Mar 3 18:09:30 2013 +0000
Do not set a custom wmclass for the scanner window
Doind so violates the ICCCM specification:
http://tronche.com/gui/x/icccm/sec-4.html#WM_CLASS
src/scan.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/scan.c b/src/scan.c
index 12a60ac..1d7de11 100644
--- a/src/scan.c
+++ b/src/scan.c
@@ -2370,7 +2370,6 @@ void Open_ScannerWindow (gint scanner_type)
/* Config */
gtk_container_set_border_width(GTK_CONTAINER(ScannerWindow), 5);
gtk_window_set_resizable(GTK_WINDOW(ScannerWindow), FALSE);
- gtk_window_set_wmclass(GTK_WINDOW(ScannerWindow),"EasyTag_Scanner","easytag"); // Patch from Nikolai
Prokoschenko (Debian)
gtk_window_set_transient_for (GTK_WINDOW (ScannerWindow),
GTK_WINDOW (MainWindow));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]