[Xfce4-commits] <xfce4-settings:master> Fix typo in code.
Nick Schermer
noreply at xfce.org
Sun Oct 11 21:22:01 CEST 2009
Updating branch refs/heads/master
to 55aeba594cd29deb9afcc152cc830a5835ff7924 (commit)
from 7bade5b2ab79b0c4ebacf2f0ad0edac61419c8c8 (commit)
commit 55aeba594cd29deb9afcc152cc830a5835ff7924
Author: Nick Schermer <nick at xfce.org>
Date: Sun Oct 11 23:17:43 2009 +0200
Fix typo in code.
xfce4-settings-helper/pointers.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfce4-settings-helper/pointers.c b/xfce4-settings-helper/pointers.c
index 3813bc9..10c04c8 100644
--- a/xfce4-settings-helper/pointers.c
+++ b/xfce4-settings-helper/pointers.c
@@ -300,7 +300,7 @@ xfce_pointers_helper_change_button_mapping (XDeviceInfo *device_info,
}
/* set the new button mapping */
- gdk_error_trap_push ()
+ gdk_error_trap_push ();
XSetDeviceButtonMapping (xdisplay, device, buttonmap, num_buttons);
if (gdk_error_trap_pop ())
g_warning ("Failed to set button mapping");
More information about the Xfce4-commits
mailing list