[Xfce4-commits] <midori:master> Versioned prgname to override menuproxy blacklist

Christian Dywan noreply at xfce.org
Thu Feb 23 01:12:01 CET 2012


Updating branch refs/heads/master
         to 77d095f6ef224f0ecd961f9c931c163e95f26acf (commit)
       from f25b677d0c1bae10df4fadaeba60715abd370aad (commit)

commit 77d095f6ef224f0ecd961f9c931c163e95f26acf
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Feb 23 01:09:59 2012 +0100

    Versioned prgname to override menuproxy blacklist
    
    Fixes: https://bugs.launchpad.net/midori/+bug/874334

 midori/main.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/midori/main.c b/midori/main.c
index 51a913f..c7e17fb 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -2000,6 +2000,9 @@ main (int    argc,
     else
         g_set_application_name (_("Midori"));
 
+    /* Versioned prgname to override menuproxy blacklist */
+    g_set_prgname (PACKAGE_NAME "4");
+
     if (version)
     {
         g_print (


More information about the Xfce4-commits mailing list