small changes
authorVlad <vlad@gas.by>
Wed, 11 Aug 2010 11:26:06 +0000 (14:26 +0300)
committerVlad <vlad@gas.by>
Wed, 11 Aug 2010 11:26:06 +0000 (14:26 +0300)
xscreensaver/hacks/screenhack.c

index 0f11991..cad0b74 100644 (file)
@@ -624,7 +624,7 @@ run_screenhack_table (Display *dpy,
           (view == 4 && dbus_message_is_signal(msg, LIVEWP_SIGNAL_INTERFACE, LIVEWP_PAUSE_LIVEBG_ON_VIEW4))){
            fprintf(stderr, "Pause scene visible %i\n", view); 
           pause = 1;
-          dbus_message_unref (msg);
+          dbus_message_unref (msg); 
           continue;
       }
       if ((view == 1 && dbus_message_is_signal(msg, LIVEWP_SIGNAL_INTERFACE, LIVEWP_PLAY_LIVEBG_ON_VIEW1))||
@@ -633,10 +633,10 @@ run_screenhack_table (Display *dpy,
           (view == 4 && dbus_message_is_signal(msg, LIVEWP_SIGNAL_INTERFACE, LIVEWP_PLAY_LIVEBG_ON_VIEW4))){
            fprintf(stderr, "Play scene visible %i\n", view); 
           pause = 0;
-          dbus_message_unref (msg);
+          dbus_message_unref (msg); 
           continue;
       }
-      dbus_message_unref (msg);
+      dbus_message_unref (msg); 
     }
 
   ft->free_cb (dpy, window, closure);