aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-list-view.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2007-07-09 03:52:34 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2007-07-09 03:52:34 +0800
commit3615c9dbb4749849de6ea7d913b5c9bc73ba70ce (patch)
tree3284d244add037e0a5414e385eeb0de8aee86c94 /calendar/gui/e-meeting-list-view.c
parent72d7222c6d21b3935dac26983028ff2b0e06e1dc (diff)
downloadgsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar
gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.gz
gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.bz2
gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.lz
gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.xz
gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.tar.zst
gsoc2013-evolution-3615c9dbb4749849de6ea7d913b5c9bc73ba70ce.zip
Fixes #329594
svn path=/trunk/; revision=33768
Diffstat (limited to 'calendar/gui/e-meeting-list-view.c')
-rw-r--r--calendar/gui/e-meeting-list-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-list-view.c b/calendar/gui/e-meeting-list-view.c
index c3ea4e8d89..15391fef91 100644
--- a/calendar/gui/e-meeting-list-view.c
+++ b/calendar/gui/e-meeting-list-view.c
@@ -490,7 +490,7 @@ build_table (EMeetingListView *lview)
col = gtk_tree_view_get_column (view, pos -1);
gtk_tree_view_column_set_resizable (col, TRUE);
gtk_tree_view_column_set_reorderable(col, TRUE);
- g_object_set (col, "width", 50, NULL);
+ g_object_set (col, "min-width", 50, NULL);
g_signal_connect (renderer, "cell_edited", G_CALLBACK (attendee_edited_cb), view);
g_signal_connect (renderer, "editing-canceled", G_CALLBACK (attendee_editing_canceled_cb), view);
g_hash_table_insert (edit_table, GINT_TO_POINTER (E_MEETING_STORE_ATTENDEE_COL), renderer);