]> Pileus Git - ~andy/gtk/commitdiff
Normalize boolean.
authorIgnacio Casal Quinteiro <icq@gnome.org>
Mon, 1 Nov 2010 21:59:21 +0000 (22:59 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 2 Nov 2010 03:04:38 +0000 (12:04 +0900)
gtk/gtktextbuffer.c

index 7602b9d9d55754b75bfcbbb9c5aea0db361a0801..f1cd6f5098d8506fd5a4cbf4b47ad7ec42136e22 100644 (file)
@@ -78,7 +78,6 @@ struct _ClipboardRequest
   GtkTextBuffer *buffer;
   guint interactive : 1;
   guint default_editable : 1;
-  guint is_clipboard : 1;
   guint replace_selection : 1;
 };
 
@@ -3784,7 +3783,7 @@ gtk_text_buffer_paste_clipboard (GtkTextBuffer *buffer,
 
   data->buffer = g_object_ref (buffer);
   data->interactive = TRUE;
-  data->default_editable = default_editable;
+  data->default_editable = !!default_editable;
 
   /* When pasting with the cursor inside the selection area, you
    * replace the selection with the new text, otherwise, you