[baobab/wip/vala] We do not have a prefs dialog



commit a6de974b98fdda278d18b0fd6b901aafbeafbe69
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Feb 12 22:45:47 2012 +0100

    We do not have a prefs dialog
    
    Delete the old ui file instead of including it into the resources.

 src/Makefile.am                  |    4 +-
 src/baobab-preferences-dialog.ui |  178 --------------------------------------
 src/baobab.gresource.xml         |    1 -
 3 files changed, 2 insertions(+), 181 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index c477700..2ef6f50 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,7 @@ INCLUDES = \
 
 bin_PROGRAMS = baobab
 
-BUILT_SOURCES = baobab_resources.c
+BUILT_SOURCES = baobab-resources.c
 
 baobab_VALAFLAGS = --pkg gtk+-3.0
 baobab_SOURCES = \
@@ -33,7 +33,7 @@ baobab_SOURCES = \
 	main.vala			\
 	$(BUILT_SOURCES)
 
-baobab_resources.c: baobab.gresource.xml baobab-main-window.ui baobab-preferences-dialog.ui
+baobab-resources.c: baobab.gresource.xml baobab-main-window.ui baobab-menu.ui
 	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source baobab.gresource.xml
 
 AM_CFLAGS = \
diff --git a/src/baobab.gresource.xml b/src/baobab.gresource.xml
index 38573cf..d0789b8 100644
--- a/src/baobab.gresource.xml
+++ b/src/baobab.gresource.xml
@@ -2,7 +2,6 @@
 <gresources>
   <gresource prefix="/org/gnome/baobab/ui">
     <file preprocess="xml-stripblanks">baobab-main-window.ui</file>
-    <file preprocess="xml-stripblanks">baobab-preferences-dialog.ui</file>
     <file preprocess="xml-stripblanks">baobab-menu.ui</file>
   </gresource>
 </gresources>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]