]> git.sesse.net Git - vlc/blobdiff - plugins/gnome/intf_gnome.c
* Fixed icons location and Debian desktop menus.
[vlc] / plugins / gnome / intf_gnome.c
index 064249b81ff54d4ad8c21f61d1ea6863d5ed2b29..32167d02e346cb945be99de830ae12c8c6bb9d0f 100644 (file)
@@ -2,7 +2,7 @@
  * intf_gnome.c: Gnome interface
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: intf_gnome.c,v 1.26 2001/04/08 07:24:47 stef Exp $
+ * $Id: intf_gnome.c,v 1.27 2001/04/11 12:52:09 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -128,6 +128,11 @@ static int intf_Probe( probedata_t *p_data )
         return( 999 );
     }
 
+    if( TestProgram( "gnome-vlc" ) )
+    {
+        return( 200 );
+    }
+
     return( 100 );
 }