aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-paned.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-paned.c')
-rw-r--r--widgets/misc/e-paned.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-paned.c b/widgets/misc/e-paned.c
index 6bd0c912c0..08eef6f076 100644
--- a/widgets/misc/e-paned.c
+++ b/widgets/misc/e-paned.c
@@ -51,7 +51,7 @@ paned_window_state_event_cb (EPaned *paned,
GdkEventWindowState *event,
GtkWidget *toplevel)
{
- /* Wait for WITHDRAWN to change from 0 -> 1. */
+ /* Wait for WITHDRAWN to change from 1 to 0. */
if (!(event->changed_mask & GDK_WINDOW_STATE_WITHDRAWN))
return FALSE;