Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_statusbar.c 


Log Message:
Fix bug 291 and a typo

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_statusbar.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl_statusbar.c     12 Nov 2007 22:42:22 -0000      1.16
+++ ewl_statusbar.c     6 Dec 2007 02:53:21 -0000       1.17
@@ -1,7 +1,7 @@
 /* vim: set sw=8 ts=8 sts=8 noexpandtab: */
 #include "ewl_base.h"
 #include "ewl_statusbar.h"
-#include "ewl_text.h"
+#include "ewl_label.h"
 #include "ewl_macros.h"
 #include "ewl_private.h"
 #include "ewl_debug.h"
@@ -282,8 +282,8 @@
                // ewl_container_child_remove(EWL_CONTAINER(sb->status), 
sb->current);
        }
 
-       sb->current = ewl_text_new();
-       ewl_text_text_set(EWL_TEXT(sb->current), txt);
+       sb->current = ewl_label_new();
+       ewl_label_text_set(EWL_LABEL(sb->current), txt);
        ewl_container_child_append(EWL_CONTAINER(sb->status), sb->current);
        ewl_widget_show(sb->current);
 
@@ -295,7 +295,7 @@
 /**
  * @param sb: the status bar to remove the status mesasge from
  * @return Returns no value
- * @brief Removes the most recient status message and displays the one
+ * @brief Removes the most recent status message and displays the one
  * before it.
  */
 void



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to