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:
b1a44b4
)
don't use ethumb if no path was set yet.
author
Gustavo Sverzut Barbieri
<barbieri@gmail.com>
Sat, 9 Oct 2010 18:43:03 +0000
(18:43 +0000)
committer
Gustavo Sverzut Barbieri
<barbieri@gmail.com>
Sat, 9 Oct 2010 18:43:03 +0000
(18:43 +0000)
SVN revision: 53235
src/lib/elm_thumb.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_thumb.c
b/src/lib/elm_thumb.c
index 1fba42e14d01ef6753efcd7bb1585c43333f9775..ce690235d0d865a8a933576934bdc0046a01e96b 100644
(file)
--- a/
src/lib/elm_thumb.c
+++ b/
src/lib/elm_thumb.c
@@
-251,6
+251,8
@@
_thumb_apply(Widget_Data *wd)
wd->thumb.id = -1;
}
+ if (!wd->file) return;
+
ethumb_client_file_set(_elm_ethumb_client, wd->file, wd->key);
if (ethumb_client_thumb_exists(_elm_ethumb_client))
{