Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 7f3dc9ab7b15b1d6b2d6e29bcdfb7e1c > files > 2

lxpanel-0.3.8.1-2mdv2009.0.src.rpm

--- src/plugins/ptk-app-menu.c.ori	2008-05-12 01:59:45.000000000 +0200
+++ src/plugins/ptk-app-menu.c	2008-05-28 21:45:30.000000000 +0200
@@ -101,6 +101,9 @@
    "P2P",
    "RemoteAccess",
    "Telephony",
+   "VideoConference",
+   "WebBrowser",
+   "X-MandrivaLinux-Internet",
    NULL
 };
 
@@ -179,8 +182,10 @@
             const char** sub_cats = known_cats[i].sub_cats;
             while( *sub_cats )
             {
-                if( 0 == strncmp(*cat, "X-", 2) ) /*  Desktop specific*/
+#if 0
+ 		if( 0 == strncmp(*cat, "X-", 2) ) /*  Desktop specific*/
                     return -1;
+#endif
                 if( 0 == strcmp( *sub_cats, *cat ) )
                     return i;
                 ++sub_cats;