projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3793683
)
Fix a warning
author
Mike McCormack
<mj.mccormack@samsung.com>
Thu, 10 Nov 2011 01:35:10 +0000
(10:35 +0900)
committer
Mike McCormack
<mj.mccormack@samsung.com>
Thu, 10 Nov 2011 01:50:26 +0000
(10:50 +0900)
src/lib/elm_win.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_win.c
b/src/lib/elm_win.c
index
87001f0
..
1f63a4a
100644
(file)
--- a/
src/lib/elm_win.c
+++ b/
src/lib/elm_win.c
@@
-1593,7
+1593,7
@@
elm_win_util_standard_add(const char *name, const char *title)
Evas_Object *win, *bg;
win = elm_win_add(NULL, name, ELM_WIN_BASIC);
- if (!win) return;
+ if (!win) return
NULL
;
elm_win_title_set(win, title);
bg = elm_bg_add(win);
if (!bg)