Hey,
This is not a big fix, I just added comments to the head of the e17 wizard
pages source codes to make it easier for people to know what is what and
disable them.
Remember, being able to disable them should be easy for package maintainers,
not only devs.
--
Tom.
Index: page_030.c
===================================================================
--- page_030.c (revision 43821)
+++ page_030.c (working copy)
@@ -1,6 +1,7 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
+/* Menu chooser */
#include "e.h"
#include "e_mod_main.h"
Index: page_070.c
===================================================================
--- page_070.c (revision 43821)
+++ page_070.c (working copy)
@@ -1,6 +1,7 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
+/* Adding application icons */
#include "e.h"
#include "e_mod_main.h"
Index: page_080.c
===================================================================
--- page_080.c (revision 43821)
+++ page_080.c (working copy)
@@ -1,6 +1,7 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
+/* Quick launch chooser */
#include "e.h"
#include "e_mod_main.h"
Index: Makefile.am
===================================================================
--- Makefile.am (revision 43821)
+++ Makefile.am (working copy)
@@ -41,21 +41,25 @@
module_la_LDFLAGS = -module -avoid-version
module_la_DEPENDENCIES = $(top_builddir)/config.h
+#Splash screen
page_000_la_SOURCES = page_000.c
page_000_la_LIBADD = @e_libs@ @dlopen_libs@
page_000_la_LDFLAGS = -module -avoid-version
page_000_la_DEPENDENCIES = $(top_builddir)/config.h
+#Choose language
page_010_la_SOURCES = page_010.c
page_010_la_LIBADD = @e_libs@ @dlopen_libs@
page_010_la_LDFLAGS = -module -avoid-version
page_010_la_DEPENDENCIES = $(top_builddir)/config.h
+#Choose Profile
page_020_la_SOURCES = page_020.c
page_020_la_LIBADD = @e_libs@ @dlopen_libs@
page_020_la_LDFLAGS = -module -avoid-version
page_020_la_DEPENDENCIES = $(top_builddir)/config.h
+#Choose Menus
page_030_la_SOURCES = page_030.c
page_030_la_LIBADD = @e_libs@ @dlopen_libs@
page_030_la_LDFLAGS = -module -avoid-version
@@ -76,11 +80,13 @@
#page_060_la_LDFLAGS = -module -avoid-version
#page_060_la_DEPENDENCIES = $(top_builddir)/config.h
+#Choose appliactions
page_070_la_SOURCES = page_070.c
page_070_la_LIBADD = @e_libs@ @dlopen_libs@
page_070_la_LDFLAGS = -module -avoid-version
page_070_la_DEPENDENCIES = $(top_builddir)/config.h
+#Choose quick launch
page_080_la_SOURCES = page_080.c
page_080_la_LIBADD = @e_libs@ @dlopen_libs@
page_080_la_LDFLAGS = -module -avoid-version
Index: page_000.c
===================================================================
--- page_000.c (revision 43821)
+++ page_000.c (working copy)
@@ -1,6 +1,8 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
+/* Splash Screen */
+
#include "e.h"
#include "e_mod_main.h"
Index: page_010.c
===================================================================
--- page_010.c (revision 43821)
+++ page_010.c (working copy)
@@ -1,6 +1,7 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
+/* Language chooser */
#include "e.h"
#include "e_mod_main.h"
Index: page_020.c
===================================================================
--- page_020.c (revision 43821)
+++ page_020.c (working copy)
@@ -1,6 +1,7 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
+/* Profile chooser */
#include "e.h"
#include "e_mod_main.h"
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel