princeamd pushed a commit to branch enlightenment-0.17.
commit be9e1d24b5b477b17c9b3f55b4df1d43bfe08c5c
Author: Chris Michael <[email protected]>
Date: Fri Aug 2 11:36:07 2013 +0100
Backport: a39246c :: Remove return value in function returning void.
Signed-off-by: Chris Michael <[email protected]>
Signed-off-by: Deon Thomas <[email protected]>
---
src/modules/conf_randr/e_smart_monitor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/conf_randr/e_smart_monitor.c
b/src/modules/conf_randr/e_smart_monitor.c
index 13d5db9..e037360 100644
--- a/src/modules/conf_randr/e_smart_monitor.c
+++ b/src/modules/conf_randr/e_smart_monitor.c
@@ -910,7 +910,7 @@ e_smart_monitor_indicator_available_set(Evas_Object *obj,
Eina_Bool available)
E_Smart_Data *sd;
/* try to get the objects smart data */
- if (!(sd = evas_object_smart_data_get(obj))) return 0;
+ if (!(sd = evas_object_smart_data_get(obj))) return;
if (available)
edje_object_signal_emit(sd->o_frame, "e,state,indicator,enabled", "e");
else
--
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk