diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-28 03:18:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-28 03:18:50 +0800 |
commit | 205fef856fe6f55500eb9df6cc4cf5a3f635f6ca (patch) | |
tree | b9fa51a8f19c724dc58d195958dacc6e5503705d /mail/folder-browser.h | |
parent | 721eed6e4e4fb1957fd94f276d399a63a2227a6e (diff) | |
download | gsoc2013-evolution-205fef856fe6f55500eb9df6cc4cf5a3f635f6ca.tar.gz gsoc2013-evolution-205fef856fe6f55500eb9df6cc4cf5a3f635f6ca.tar.zst gsoc2013-evolution-205fef856fe6f55500eb9df6cc4cf5a3f635f6ca.zip |
Fixed Cut/Copy/Paste to work - it turns out I couldn't share a single
2001-06-27 Jeffrey Stedfast <fejj@ximian.com>
* folder-browser.c: Fixed Cut/Copy/Paste to work - it turns out I
couldn't share a single GtkInvisible between all the
FolderBrowser's after all.
svn path=/trunk/; revision=10536
Diffstat (limited to 'mail/folder-browser.h')
-rw-r--r-- | mail/folder-browser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h index 943bcf2fc8..a6e2f42ec9 100644 --- a/mail/folder-browser.h +++ b/mail/folder-browser.h @@ -65,6 +65,9 @@ struct _FolderBrowser { /* View collection and the menu handler object */ GalViewCollection *view_collection; GalViewMenus *view_menus; + + GtkWidget *invisible; + GByteArray *clipboard_selection; }; |