Code

Disable the page selector when there's only one page
[inkscape.git] / src / widgets / sp-color-notebook.h
index dae2767ecd45f7fb4e78e8595345c424dc4bedd1..ad79437da68b4e8584e7ae9187bd737a09163bcd 100644 (file)
@@ -54,9 +54,9 @@ protected:
     void _rgbaEntryChanged( GtkEntry* entry );
     void _updateRgbaEntry( const SPColor& color, gfloat alpha );
 
-    bool _updating : 1;
-    bool _updatingrgba : 1;
-    bool _dragging : 1;
+    gboolean _updating : 1;
+    gboolean _updatingrgba : 1;
+    gboolean _dragging : 1;
     gulong _switchId;
     gulong _entryId;
     GtkWidget *_book;