[easytag] 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] Do not set a custom wmclass for the scanner window
- Date: Thu, 21 Mar 2013 00:10:28 +0000 (UTC)
commit b0e8ccba5c8a2506008994f66c4bef32765d6a6c
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
Doing 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 be35cd8..3c7b153 100644
--- a/src/scan.c
+++ b/src/scan.c
@@ -2355,7 +2355,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]