aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header-item.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2007-11-02 21:31:37 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-11-02 21:31:37 +0800
commit040e3fbafe7fd505d9ca741629dcbab1393b4900 (patch)
tree3f27c00e8dc4b10f7735b6dc5de52d8c9de4affc /widgets/table/e-table-header-item.c
parentd461000aaf91298db49c0e697de13a12328a625a (diff)
downloadgsoc2013-evolution-040e3fbafe7fd505d9ca741629dcbab1393b4900.tar
gsoc2013-evolution-040e3fbafe7fd505d9ca741629dcbab1393b4900.tar.gz
gsoc2013-evolution-040e3fbafe7fd505d9ca741629dcbab1393b4900.tar.bz2
gsoc2013-evolution-040e3fbafe7fd505d9ca741629dcbab1393b4900.tar.lz
gsoc2013-evolution-040e3fbafe7fd505d9ca741629dcbab1393b4900.tar.xz
gsoc2013-evolution-040e3fbafe7fd505d9ca741629dcbab1393b4900.tar.zst
gsoc2013-evolution-040e3fbafe7fd505d9ca741629dcbab1393b4900.zip
** Fix for bug #463946
2007-11-02 Milan Crha <mcrha@redhat.com> ** Fix for bug #463946 * e-table-header-item.c: (ethi_popup_field_chooser): Fix of critical warning and misused variable. svn path=/trunk/; revision=34484
Diffstat (limited to 'widgets/table/e-table-header-item.c')
-rw-r--r--widgets/table/e-table-header-item.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c
index 41b4808db6..993be4c075 100644
--- a/widgets/table/e-table-header-item.c
+++ b/widgets/table/e-table-header-item.c
@@ -1368,6 +1368,7 @@ ethi_popup_field_chooser(GtkWidget *widget, EthiHeaderInfo *info)
}
info->ethi->etfcd = e_table_field_chooser_dialog_new ();
+ etfcd = info->ethi->etfcd;
g_object_add_weak_pointer (G_OBJECT (etfcd), &info->ethi->etfcd_pointer);