aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/test-table.c
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@src.gnome.org>2000-04-01 06:06:02 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2000-04-01 06:06:02 +0800
commitdf75a67ff6f93f829602339c264a987964c497f2 (patch)
tree2ffa7cca4b59732d5d16113cc0c1f51b2dcec02b /widgets/table/test-table.c
parent50c50fee4349fbc6be2c4ae702f2f4bcd4714745 (diff)
downloadgsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar
gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.gz
gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.bz2
gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.lz
gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.xz
gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.zst
gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.zip
More love
svn path=/trunk/; revision=2271
Diffstat (limited to 'widgets/table/test-table.c')
-rw-r--r--widgets/table/test-table.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/table/test-table.c b/widgets/table/test-table.c
index 54fe02ae71..beae0b7707 100644
--- a/widgets/table/test-table.c
+++ b/widgets/table/test-table.c
@@ -10,6 +10,7 @@
#include <string.h>
#include <gnome.h>
#include "e-util/e-cursors.h"
+#include "e-util/e-canvas.h"
#include "e-table-simple.h"
#include "e-table-header.h"
#include "e-table-header-item.h"
@@ -343,6 +344,10 @@ do_e_table_demo (const char *spec)
gtk_widget_show (vbox);
gtk_widget_show (frame);
gtk_widget_show (window);
+
+ if (getenv ("TEST")){
+ e_config_do_gui_config (NULL, e_table);
+ }
}
void