From 0384b385bc6ef574d1625197b81b003fd0b21b7e Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Thu, 24 Jul 2003 21:14:33 +0000 Subject: [PATCH] remove the float_to_int conversion as the peditor already does that. Thu Jul 24 16:14:33 2003 Jonathan Blandford * gnome-mouse-properties.c (setup_dialog): remove the float_to_int conversion as the peditor already does that. --- capplets/mouse/ChangeLog | 5 +++++ capplets/mouse/gnome-mouse-properties.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/capplets/mouse/ChangeLog b/capplets/mouse/ChangeLog index ae84db72c..d5d3b9716 100644 --- a/capplets/mouse/ChangeLog +++ b/capplets/mouse/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 24 16:14:33 2003 Jonathan Blandford + + * gnome-mouse-properties.c (setup_dialog): remove the float_to_int + conversion as the peditor already does that. + 2003-07-07 Jody Goldberg * Release 2.3.4 diff --git a/capplets/mouse/gnome-mouse-properties.c b/capplets/mouse/gnome-mouse-properties.c index e157719a8..e8fd9737e 100644 --- a/capplets/mouse/gnome-mouse-properties.c +++ b/capplets/mouse/gnome-mouse-properties.c @@ -636,14 +636,12 @@ setup_dialog (GladeXML *dialog, GConfChangeSet *changeset) gconf_peditor_new_numeric_range (changeset, "/desktop/gnome/peripherals/mouse/motion_threshold", WID ("sensitivity_scale"), "conv-to-widget-cb", threshold_from_gconf, - "conv-from-widget-cb", gconf_value_float_to_int, NULL); /* DnD threshold */ gconf_peditor_new_numeric_range (changeset, "/desktop/gnome/peripherals/mouse/drag_threshold", WID ("drag_threshold_scale"), "conv-to-widget-cb", drag_threshold_from_gconf, - "conv-from-widget-cb", gconf_value_float_to_int, NULL); /* listen to cursors changing */