Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto/edje_editor

Dir     : e17/proto/edje_editor/src/bin


Modified Files:
        interface.c main.h 


Log Message:
 hide debug button by default

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/interface.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- interface.c 15 Feb 2008 21:41:21 -0000      1.53
+++ interface.c 15 Feb 2008 22:12:01 -0000      1.54
@@ -1276,14 +1276,14 @@
    etk_signal_connect("activated", ETK_OBJECT(menu_item),
                ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_OPTION_BG4);
    etk_menu_shell_append(ETK_MENU_SHELL(UI_OptionsMenu), 
ETK_MENU_ITEM(menu_item));
-
+#if DEBUG_BUTTON
    //DebugButton
    button = etk_tool_button_new_from_stock(ETK_STOCK_DOCUMENT_PROPERTIES);
    etk_toolbar_append(ETK_TOOLBAR(UI_Toolbar), button, ETK_BOX_START);
    etk_signal_connect("clicked", ETK_OBJECT(button),
                         ETK_CALLBACK(on_AllButton_click), 
(void*)TOOLBAR_DEBUG);
    etk_object_properties_set(ETK_OBJECT(button),"label","Debug",NULL);
-    
+#endif
    return UI_Toolbar;
 }
 
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/main.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- main.h      15 Feb 2008 21:41:21 -0000      1.23
+++ main.h      15 Feb 2008 22:12:01 -0000      1.24
@@ -16,6 +16,7 @@
 #define USE_GL_ENGINE 0
 #define ECHO_EDJE_SIGNAL 0
 #define DEBUG_TREE 0
+#define DEBUG_BUTTON 0
 
 #if DEBUG_TREE
    #define TREE_WIDTH 365



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to