raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=087115ffe82005688341c31d4c8dca799c76f190

commit 087115ffe82005688341c31d4c8dca799c76f190
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri May 15 11:26:47 2015 +0900

    elm notify patch submit - rebase lost my fix? fix now in extra commit
    
    somehow a git rebase lost a fix. i don't know how. put back.
---
 src/lib/elm_notify.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_notify.eo b/src/lib/elm_notify.eo
index 3eb35dc..5361fa5 100644
--- a/src/lib/elm_notify.eo
+++ b/src/lib/elm_notify.eo
@@ -99,8 +99,8 @@ class Elm.Notify (Elm.Container)
       Elm.Widget.focus_next_manager_is;
       Elm.Widget.focus_next;
       Elm.Widget.sub_object_del;
-      Elm_Widget.part_text.set;
-      Elm_Widget.part_text.get;
+      Elm.Widget.part_text.set;
+      Elm.Widget.part_text.get;
       Elm.Container.content_get;
       Elm.Container.content_set;
       Elm.Container.content_unset;

-- 


Reply via email to