raster pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=8eba17574229d6a0229ef7f65ee622650f24ed6b

commit 8eba17574229d6a0229ef7f65ee622650f24ed6b
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sat Oct 12 14:18:08 2013 +0900

    warning--
---
 src/bin/options_theme.c   | 2 +-
 src/bin/options_themepv.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/options_theme.c b/src/bin/options_theme.c
index eb077af..84e06e9 100644
--- a/src/bin/options_theme.c
+++ b/src/bin/options_theme.c
@@ -52,8 +52,8 @@ _cb_op_theme_content_get(void *data, Evas_Object *obj, const 
char *part)
              o = options_theme_preview_add(obj, config, buf,
                                            128 * elm_config_scale_get(),
                                            64 * elm_config_scale_get());
+             return o;
           }
-        return o;
      }
 
    return NULL;
diff --git a/src/bin/options_themepv.c b/src/bin/options_themepv.c
index d5e7c8a..49daa8a 100644
--- a/src/bin/options_themepv.c
+++ b/src/bin/options_themepv.c
@@ -97,7 +97,6 @@ options_theme_preview_add(Evas_Object *parent, Config 
*config, const char *file,
 {
    Evas_Object *o, *oo, *obase, *oe, *obg;
    Evas *evas;
-   int tw, th;
    Evas_Coord ww, hh, y;
 
    obase = elm_grid_add(parent);

-- 


Reply via email to