[Xfce4-commits] <xfce4-settings:xfce-4.6> Fix typo in code.

Nick Schermer noreply at xfce.org
Sat Jan 2 14:34:01 CET 2010


Updating branch refs/heads/xfce-4.6
         to 01b504d59c816bd608b58eb79ef1dc477e8d8be0 (commit)
       from 399d749bebe27c510dc4b58e88845d2565bd3b55 (commit)

commit 01b504d59c816bd608b58eb79ef1dc477e8d8be0
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Jan 2 14:23:52 2010 +0100

    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 37a0e5a..6cf6222 100644
--- a/xfce4-settings-helper/pointers.c
+++ b/xfce4-settings-helper/pointers.c
@@ -302,7 +302,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