aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-popup.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-11-03 17:02:54 +0800
committerChris Lahey <clahey@src.gnome.org>2001-11-03 17:02:54 +0800
commitbd49633a89edf3a29925d322b97965523d72c62e (patch)
tree31dc5bc7d6caa5a2f68cd0368d4df8a4c60137e1 /widgets/table/e-cell-popup.h
parenta455eb6481393613087e660373057bc03af8d779 (diff)
downloadgsoc2013-evolution-bd49633a89edf3a29925d322b97965523d72c62e.tar
gsoc2013-evolution-bd49633a89edf3a29925d322b97965523d72c62e.tar.gz
gsoc2013-evolution-bd49633a89edf3a29925d322b97965523d72c62e.tar.bz2
gsoc2013-evolution-bd49633a89edf3a29925d322b97965523d72c62e.tar.lz
gsoc2013-evolution-bd49633a89edf3a29925d322b97965523d72c62e.tar.xz
gsoc2013-evolution-bd49633a89edf3a29925d322b97965523d72c62e.tar.zst
gsoc2013-evolution-bd49633a89edf3a29925d322b97965523d72c62e.zip
Bumped the version number to 0.17.99.0. Bumped the soname to 18.
2001-11-03 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the version number to 0.17.99.0. Bumped the soname to 18. * gal/widgets/e-categories.c (e_categories_destroy): Got rid of a GtkWarning here that was due to Gtk+ casting a NULL pointer. Fixes Ximian bug #14327. From gal/e-table/ChangeLog: 2001-11-02 Christopher James Lahey <clahey@ximian.com> * e-cell-popup.c, e-cell-popup.h (e_cell_popup_do_popup): Make ECellPopup not display multiple arrows while the popup is up and the table is in grouped mode. Fixes Ximian bug #14207. svn path=/trunk/; revision=14580
Diffstat (limited to 'widgets/table/e-cell-popup.h')
-rw-r--r--widgets/table/e-cell-popup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-cell-popup.h b/widgets/table/e-cell-popup.h
index 9deaac4a01..8f89ddf9ef 100644
--- a/widgets/table/e-cell-popup.h
+++ b/widgets/table/e-cell-popup.h
@@ -63,6 +63,7 @@ typedef struct {
gint popup_view_col;
gint popup_row;
+ ETableModel *popup_model;
} ECellPopup;