[easytag/wip/gsettings: 20/22] Do not set a custom wmclass for the scanner window



commit 3ee9ee346b8553c766cef95aa62bbd502e25e1ba
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]