[mousetweaks] Fix variable type



commit 46b5cacb3dd8ae3b2ac789f0bfa043f0ab7c7391
Author: Gerd Kohlberger <gerdk src gnome org>
Date:   Sun Jun 20 18:53:44 2010 +0200

    Fix variable type

 src/dwell-click-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dwell-click-applet.c b/src/dwell-click-applet.c
index 4c54278..62c83b3 100644
--- a/src/dwell-click-applet.c
+++ b/src/dwell-click-applet.c
@@ -37,7 +37,7 @@ struct _DwellData {
     GdkPixbuf   *click[4];
     gint         button_width;
     gint         button_height;
-    gint         cct;
+    MtClickType  cct;
     gboolean     active;
     GTimer      *timer;
     guint        tid;



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