From 25aef82253f78034ce3aa4de41a4f88e5f91a0be Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 27 May 2010 09:02:44 +0000 Subject: [PATCH] this was close, but not quite the right variable name SVN revision: 49223 --- legacy/elementary/src/bin/config.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/bin/config.c b/legacy/elementary/src/bin/config.c index 9c3946b5e5..f700cc5f1c 100644 --- a/legacy/elementary/src/bin/config.c +++ b/legacy/elementary/src/bin/config.c @@ -367,7 +367,7 @@ _sample_theme_new(Evas_Object *win) elm_separator_horizontal_set(sp, 1); evas_object_size_hint_weight_set(sp, 1.0, 0.0); evas_object_size_hint_align_set(sp, EVAS_HINT_FILL, 0.5); - elm_table_pack(base, sl, 0, 2, 2, 1); + elm_table_pack(base, sp, 0, 2, 2, 1); evas_object_show(sp); sl = elm_slider_add(win); @@ -655,6 +655,7 @@ static int _exit_timer(void *data) { elm_exit(); + return 0; } /* this is your elementary main function - it MUSt be called IMMEDIATELY @@ -701,7 +702,7 @@ elm_main(int argc, char **argv) interactive = 0; } } - /* put ere any init specific to this app like parsing args etc. */ + /* put here any init specific to this app like parsing args etc. */ if (!quiet) { status_win(); /* create main window */