From 5824080a6d6bf7be8dbbfa9ed79136a83a36af65 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Thu, 3 May 2012 22:43:56 +0000 Subject: [PATCH] [Elm] Dayselector has nothing to do with composing widgets. SVN revision: 70736 --- src/lib/Elementary.h.in | 2 +- src/lib/Makefile.am | 4 ++-- src/lib/{elc_dayselector.c => elm_dayselector.c} | 0 src/lib/{elc_dayselector.h => elm_dayselector.h} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename src/lib/{elc_dayselector.c => elm_dayselector.c} (100%) rename src/lib/{elc_dayselector.h => elm_dayselector.h} (100%) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 37ce93b..73bc91d 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -161,7 +161,7 @@ EAPI extern Elm_Version *elm_version; /* other includes */ // Tom Hacohen #include // OK -#include // OK +#include // OK #include // OK #include // OK #include // OK diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index a297d1f..b502747 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -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 \ diff --git a/src/lib/elc_dayselector.c b/src/lib/elm_dayselector.c similarity index 100% rename from src/lib/elc_dayselector.c rename to src/lib/elm_dayselector.c diff --git a/src/lib/elc_dayselector.h b/src/lib/elm_dayselector.h similarity index 100% rename from src/lib/elc_dayselector.h rename to src/lib/elm_dayselector.h -- 2.7.4