projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13e0f42
)
elm: Backport rev 81144
author
Stefan Schmidt
<stefan@datenfreihafen.org>
Mon, 17 Dec 2012 15:07:21 +0000
(15:07 +0000)
committer
Stefan Schmidt
<stefan@datenfreihafen.org>
Mon, 17 Dec 2012 15:07:21 +0000
(15:07 +0000)
SVN revision: 81152
src/lib/elm_toolbar.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_toolbar.c
b/src/lib/elm_toolbar.c
index 16185cfe43004cad1ec939bf4720d626382e0bf0..946dffccbd4d0c974e9f18b68935ef54c7874cbd 100644
(file)
--- a/
src/lib/elm_toolbar.c
+++ b/
src/lib/elm_toolbar.c
@@
-678,7
+678,7
@@
_fix_items_visibility(Widget_Data *wd, Evas_Coord *iw, Evas_Coord vw, Eina_Bool
if (it->separator)
{
prev = ELM_TOOLBAR_ITEM_FROM_INLIST(EINA_INLIST_GET(it)->prev);
- it->prio.priority = prev->prio.priority;
+ i
f (prev) i
t->prio.priority = prev->prio.priority;
}
}