summaryrefslogtreecommitdiff
path: root/gtk/gtkenums.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-08-27 19:19:24 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-08-27 19:19:24 +0000
commit892496c8e70aaad8c40549033c01fd0d5ea16033 (patch)
tree8deeb4f47c191d91599f8bddd3b356895c1498fc /gtk/gtkenums.h
parentd70c0b40777c8f658bbba819d7ef5f0efdbdd639 (diff)
downloadgdk-pixbuf-892496c8e70aaad8c40549033c01fd0d5ea16033.tar.gz
Use the GTK selection types rather than GtkTreeSelectionMode.
Mon Aug 27 15:18:14 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the GTK selection types rather than GtkTreeSelectionMode. * docs/Changes-2.0: Add comment about selection change.
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r--gtk/gtkenums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 94c5c0d09..b62414ccd 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -320,7 +320,7 @@ typedef enum
GTK_SELECTION_SINGLE,
GTK_SELECTION_BROWSE,
GTK_SELECTION_MULTIPLE,
- GTK_SELECTION_EXTENDED == GTK_SELECTION_MULTIPLE /* Deprecated */
+ GTK_SELECTION_EXTENDED = GTK_SELECTION_MULTIPLE /* Deprecated */
} GtkSelectionMode;
/* Shadow types */