aboutsummaryrefslogtreecommitdiff
path: root/src/addressitem.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-10-27 07:05:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-10-27 07:05:24 +0000
commit656e9f2d63b7c7fe1e6b48b962ea0932d53dc3c9 (patch)
tree2d83bb73305636cd99e5213f9e9625763e302845 /src/addressitem.h
parent5461978b1c7365d71cbb0287bb37137769f7b3d4 (diff)
reimplemented the list view of address book UI with GtkTreeView.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2296 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/addressitem.h')
-rw-r--r--src/addressitem.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/addressitem.h b/src/addressitem.h
index 086af47f..8752aa0a 100644
--- a/src/addressitem.h
+++ b/src/addressitem.h
@@ -61,7 +61,7 @@ struct _AddressBook_win
GtkWidget *window;
GtkWidget *menubar;
GtkWidget *treeview;
- GtkWidget *clist;
+ GtkWidget *listview;
GtkWidget *entry;
GtkWidget *statusbar;
@@ -81,7 +81,7 @@ struct _AddressBook_win
GtkTreeRowReference *tree_selected;
GtkTreeRowReference *tree_opened;
- GtkCTreeNode *listSelected;
+ GtkTreeRowReference *list_selected;
Compose *target_compose;
gint status_cid;
@@ -98,10 +98,6 @@ struct _AddressTypeControlItem {
gchar *menuCommand;
GdkPixbuf *icon_pixbuf;
GdkPixbuf *icon_open_pixbuf;
- GdkPixmap *iconXpm;
- GdkBitmap *maskXpm;
- GdkPixmap *iconXpmOpen;
- GdkBitmap *maskXpmOpen;
};
typedef struct _AddressObject AddressObject;