gnome-session r5236 - in trunk: . gnome-session



Author: matthiasc
Date: Sat Feb  7 05:34:05 2009
New Revision: 5236
URL: http://svn.gnome.org/viewvc/gnome-session?rev=5236&view=rev

Log:
Fix a copy-and-paste error


Modified:
   trunk/ChangeLog
   trunk/gnome-session/gs-idle-monitor.c

Modified: trunk/gnome-session/gs-idle-monitor.c
==============================================================================
--- trunk/gnome-session/gs-idle-monitor.c	(original)
+++ trunk/gnome-session/gs-idle-monitor.c	Sat Feb  7 05:34:05 2009
@@ -465,7 +465,7 @@
                          _xsyncvalue_to_int64 (attr.trigger.wait_value));
                 XSyncChangeAlarm (GDK_DISPLAY (), watch->xalarm_negative, flags, &attr);
         } else {
-                g_debug ("GSIdleMonitor: creating new alarm for positive transition wait=%lld",
+                g_debug ("GSIdleMonitor: creating new alarm for negative transition wait=%lld",
                          _xsyncvalue_to_int64 (attr.trigger.wait_value));
                 watch->xalarm_negative = XSyncCreateAlarm (GDK_DISPLAY (), flags, &attr);
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]