aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-popup.c
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-03-05 07:45:29 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-03-05 07:45:29 +0800
commit49ba8c5c71000ccae7f21177e8e18081ac254a31 (patch)
treec33125edb85bd48480f1a59f511b7d4d034b423c /widgets/table/e-cell-popup.c
parentf3573fb2c91f02498dab4aa00e3b3ef191756025 (diff)
downloadgsoc2013-evolution-49ba8c5c71000ccae7f21177e8e18081ac254a31.tar
gsoc2013-evolution-49ba8c5c71000ccae7f21177e8e18081ac254a31.tar.gz
gsoc2013-evolution-49ba8c5c71000ccae7f21177e8e18081ac254a31.tar.bz2
gsoc2013-evolution-49ba8c5c71000ccae7f21177e8e18081ac254a31.tar.lz
gsoc2013-evolution-49ba8c5c71000ccae7f21177e8e18081ac254a31.tar.xz
gsoc2013-evolution-49ba8c5c71000ccae7f21177e8e18081ac254a31.tar.zst
gsoc2013-evolution-49ba8c5c71000ccae7f21177e8e18081ac254a31.zip
added "editable" Arg, to stop the user from editing the text. The user can
2001-03-04 Damon Chaplin <damon@ximian.com> * e-cell-text.c: added "editable" Arg, to stop the user from editing the text. The user can still select the text, though. The "editable" Arg is useful for ECellCombo where we want the user to select an item in the popup but not edit the field itself. * e-cell-combo.c: updated to select the matcing item before it pops up the list. svn path=/trunk/; revision=8544
Diffstat (limited to 'widgets/table/e-cell-popup.c')
-rw-r--r--widgets/table/e-cell-popup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-popup.c b/widgets/table/e-cell-popup.c
index 2acc921d12..a4bba62555 100644
--- a/widgets/table/e-cell-popup.c
+++ b/widgets/table/e-cell-popup.c
@@ -351,7 +351,7 @@ ecp_event (ECellView *ecv, GdkEvent *event, int model_col, int view_col,
case GDK_KEY_PRESS:
if (event->key.state & GDK_MOD1_MASK
&& event->key.keyval == GDK_Down) {
- g_print ("## Enter key pressed\n");
+ g_print ("## Alt-Down pressed\n");
return e_cell_popup_do_popup (ecp_view, event);
}
g_print ("Key Press Event ECellPopup\n");