[gtk+/wip/gapplication] Rework the icon and title setting to set defaults



commit 4eff96cc44e5ee9362a1c55f10da303310590bea
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 7 14:25:23 2010 -0400

    Rework the icon and title setting to set defaults
    
    So that they apply do all windows, but don't override explicitly
    set icons/titles on added windows.
    
    Also add some extra complications to testapplication to excercise
    multiple windows and lauching from a desktop file.

 tests/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0d0da2e..f181048 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,7 +8,8 @@ INCLUDES =				\
 	-DGDK_DISABLE_DEPRECATED	\
 	-DGTK_DISABLE_DEPRECATED	\
 	$(GTK_DEBUG_FLAGS)		\
-	$(GTK_DEP_CFLAGS)
+	$(GTK_DEP_CFLAGS)		\
+	$(GDK_DEP_CFLAGS)
 
 DEPS =									\
 	$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la	\



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