backport previous wallpaper commit

SVN revision: 82400
This commit is contained in:
Mike Blumenkrantz 2013-01-08 10:14:54 +00:00
parent 76e47a970e
commit 4890358e43
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2013-01-07 Mike Blumenkrantz
2013-01-08 Mike Blumenkrantz
* Fixed bug where keyboard resizing of windows would not be possible if timeout was set to zero
* Fixed crash when clicking apply in wallpaper settings dialog and no wallpaper is selected
2013-01-07 Tom "TAsn" Hacohen
* e_entry + e_scrollable: Fixed issues with smart members.

1
NEWS
View File

@ -20,3 +20,4 @@ Fixes:
* Restore default keybindings no longer restores two bindings for ctrl+alt+f
* entry/scrollframe: Fixed issues with submembers.
* Fixed bug where keyboard resizing of windows would not be possible if timeout was set to zero
* Fixed crash when clicking apply in wallpaper settings dialog and no wallpaper is selected

View File

@ -514,6 +514,7 @@ _basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
{
E_Config_Wallpaper *cw;
if (!cfdata->bg) return 0;
cw = cfd->data;
if (!eina_str_has_extension(cfdata->bg, ".edj"))
{