mozilla-kde.patch
branchfirefox16
changeset 538 be682f8c9361
parent 537 875fd6d22176
child 541 830e50bbfc79
equal deleted inserted replaced
537:875fd6d22176 538:be682f8c9361
  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 +    {