replaced NULL to 0
authormss <noemail>
Wed, 6 Dec 2006 09:17:52 +0000 (09:17 +0000)
committermss <noemail>
Wed, 6 Dec 2006 09:17:52 +0000 (09:17 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@23 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.cc

index c94e81b..bee53a4 100644 (file)
@@ -106,7 +106,7 @@ SimpleLauncherApplet::SimpleLauncherApplet(): myContext(0), myWidget(0) {
 }
 
 bool SimpleLauncherApplet::doInit(void *state_data, int *state_size) {
-  if ((myContext = osso_initialize(SLA_APPLET_DBUS_NAME, SLA_APPLET_VERSION, FALSE, NULL)) == 0) {
+  if ((myContext = osso_initialize(SLA_APPLET_DBUS_NAME, SLA_APPLET_VERSION, FALSE, 0)) == 0) {
     g_debug("sla-applet: failed to initialize the osso layer");
     return false;
   }