From 520d6a0ac1a68466c2c6a7599df3ba237ab2c70e Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 11 Aug 2010 14:26:06 +0300 Subject: [PATCH] small changes --- xscreensaver/hacks/screenhack.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xscreensaver/hacks/screenhack.c b/xscreensaver/hacks/screenhack.c index 0f11991..cad0b74 100644 --- a/xscreensaver/hacks/screenhack.c +++ b/xscreensaver/hacks/screenhack.c @@ -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); -- 1.7.9.5