summaryrefslogtreecommitdiff
path: root/src/glade-clipboard-view.h
diff options
context:
space:
mode:
authorArchit Baweja <bighead@src.gnome.org>2002-03-18 08:39:44 +0000
committerArchit Baweja <bighead@src.gnome.org>2002-03-18 08:39:44 +0000
commit1b309ceebc440c0a2c54258a886fe7b72115b5e2 (patch)
tree8941aecfe72561c3f2470e1782624786e1e7ca89 /src/glade-clipboard-view.h
parent86cdbf5a25ecb2df023f8c1ac4c048d452734fb5 (diff)
downloadglade-1b309ceebc440c0a2c54258a886fe7b72115b5e2.tar.gz
Popups for GladePlaceholder. Fixes for segfaulting GtkTreeView's all
* Popups for GladePlaceholder. * Fixes for segfaulting GtkTreeView's all around.
Diffstat (limited to 'src/glade-clipboard-view.h')
-rw-r--r--src/glade-clipboard-view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glade-clipboard-view.h b/src/glade-clipboard-view.h
index de053911..1f985b62 100644
--- a/src/glade-clipboard-view.h
+++ b/src/glade-clipboard-view.h
@@ -11,9 +11,9 @@ typedef struct _GladeClipboardViewClass GladeClipboardViewClass;
struct _GladeClipboardView {
GtkWindow __parent__;
- GtkWidget *widget; /* The GtkTreeView widget */
- GtkTreeStore *model; /* The GtkTreeStore model for the View */
- GladeClipboard *clipboard; /* The Clipboard for which this is a view */
+ GtkWidget *widget; /* The GtkTreeView widget */
+ GtkTreeStore *model; /* The GtkTreeStore model for the View */
+ GladeClipboard *clipboard; /* The Clipboard for which this is a view */
};
struct _GladeClipboardViewClass {