textview: Use guint since we specify ": 1"

This commit is contained in:
Paolo Borelli 2013-09-01 11:43:05 +02:00
parent 3f2aacca52
commit fa3a0963ee
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
N_(" ");

View File

@ -242,7 +242,7 @@ struct _GtkTextViewPrivate
guint selection_handle_dragged : 1; guint selection_handle_dragged : 1;
guint populate_all : 1; guint populate_all : 1;
gboolean in_scroll : 1; guint in_scroll : 1;
}; };
struct _GtkTextPendingScroll struct _GtkTextPendingScroll