mozilla-kde.patch
changeset 540 55fe9dc16b1f
parent 538 be682f8c9361
child 541 830e50bbfc79
equal deleted inserted replaced
539:b1134fe91f9a 540:55fe9dc16b1f
  2247 +#else
  2247 +#else
  2248 +// not need for lib64, it's a binary
  2248 +// not need for lib64, it's a binary
  2249 +#define KMOZILLAHELPER "/usr/lib/mozilla/kmozillahelper"
  2249 +#define KMOZILLAHELPER "/usr/lib/mozilla/kmozillahelper"
  2250 +#endif
  2250 +#endif
  2251 +
  2251 +
  2252 +#define KMOZILLAHELPER_VERSION 7
  2252 +#define KMOZILLAHELPER_VERSION 6
  2253 +#define MAKE_STR2( n ) #n
  2253 +#define MAKE_STR2( n ) #n
  2254 +#define MAKE_STR( n ) MAKE_STR2( n )
  2254 +#define MAKE_STR( n ) MAKE_STR2( n )
  2255 +
  2255 +
  2256 +static bool getKdeSession()
  2256 +static bool getKdeSession()
  2257 +    {
  2257 +    {