[Elm] Dayselector has nothing to do with
authorGustavo Lima Chaves <glima@profusion.mobi>
Thu, 3 May 2012 22:43:56 +0000 (22:43 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Thu, 3 May 2012 22:43:56 +0000 (22:43 +0000)
 composing widgets.

SVN revision: 70736

src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elm_dayselector.c [moved from src/lib/elc_dayselector.c with 100% similarity]
src/lib/elm_dayselector.h [moved from src/lib/elc_dayselector.h with 100% similarity]

index 37ce93b..73bc91d 100644 (file)
@@ -161,7 +161,7 @@ EAPI extern Elm_Version *elm_version;
 /* other includes */
 // Tom Hacohen
 #include <elc_ctxpopup.h> // OK
-#include <elc_dayselector.h> // OK
+#include <elm_dayselector.h> // OK
 #include <elc_fileselector_button.h> // OK
 #include <elc_fileselector_entry.h> // OK
 #include <elc_fileselector.h> // OK
index a297d1f..b502747 100644 (file)
@@ -48,7 +48,7 @@ includesunstabledir = $(includedir)/elementary-@VMAJ@
 
 includesub_HEADERS = \
 elc_ctxpopup.h \
-elc_dayselector.h \
+elm_dayselector.h \
 elc_fileselector_button.h \
 elc_fileselector_entry.h \
 elc_fileselector.h \
@@ -139,7 +139,7 @@ includesubdir = $(includedir)/elementary-@VMAJ@/
 libelementary_la_SOURCES = \
 elm_priv.h \
 elc_ctxpopup.c \
-elc_dayselector.c \
+elm_dayselector.c \
 elc_popup.c \
 elc_fileselector_button.c \
 elc_fileselector.c \