]> git.pld-linux.org Git - packages/xsane.git/blob - xsane-0.998-wmclass.patch
4fd84ba0b09631707b6a7baaa0319d5aa2bf80c6
[packages/xsane.git] / xsane-0.998-wmclass.patch
1 From a0b23d7e1991b23e2b9ab78bf382c55b9e24cfb9 Mon Sep 17 00:00:00 2001
2 From: Nils Philippsen <nils@redhat.com>
3 Date: Fri, 25 May 2012 11:47:39 +0200
4 Subject: [PATCH] patch: wmclass
5
6 Squashed commit of the following:
7
8 commit d42b7a9dbe397a301373e3cbaa589540a1475a0b
9 Author: Nils Philippsen <nils@redhat.com>
10 Date:   Fri May 25 11:45:48 2012 +0200
11
12     set program name -> wmclass to match desktop file name
13 ---
14  src/xsane.c | 3 +++
15  1 file changed, 3 insertions(+)
16
17 diff --git a/src/xsane.c b/src/xsane.c
18 index 8b24b0c..eee76ff 100644
19 --- a/src/xsane.c
20 +++ b/src/xsane.c
21 @@ -6208,6 +6208,9 @@ int main(int argc, char **argv)
22      xsane.ipc_pipefd[1] = 0;
23    }
24  
25 +  /* Set program name -> wmclass to match desktop file name */
26 +  g_set_prgname("xsane");
27 +
28  #if 0
29    bindtextdomain(PACKAGE, STRINGIFY(LOCALEDIR));
30    textdomain(PACKAGE);         
31 -- 
32 1.7.11.4
33
This page took 0.037469 seconds and 2 git commands to generate.