[glade/glade-3-10] * src/main.c: Fixed loading correct application icon (bug 648487 fix by Stéphane Maniaci).



commit ab0559ce4f56aceae54d34ee50ef6fd8314b54b0
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Fri Apr 22 17:30:16 2011 +0900

    	* src/main.c: Fixed loading correct application icon (bug 648487
    	  fix by Stéphane Maniaci).

 ChangeLog  |   29 +++++++++++++++++------------
 src/main.c |    2 +-
 2 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ea73b9c..e329f4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-22  Tristan Van Berkom <tvb gnome org>
+
+	* src/main.c: Fixed loading correct application icon (bug 648487
+	  fix by Stéphane Maniaci).
+
 2011-04-21  Juan Pablo Ugarte <juanpablougarte gmail com>
 
 	* gladeui/glade-design-layout.c: fixed bug while grabbing resize grip
@@ -10073,24 +10078,24 @@
 
 	* Replaced `GtkWidget *' with `GObject *' throughout the code
 
-	* Removed glade_util_get_parent and replaced with 
-	  glade_placeholder_get_parent or glade_widget_get_parent where 
+	* Removed glade_util_get_parent and replaced with
+	  glade_placeholder_get_parent or glade_widget_get_parent where
 	  appropriate.
 
-	* Implemented a container abstraction layer which allows any object to 
-	  be a container through the xml catalog interface (GtkContainer is 
+	* Implemented a container abstraction layer which allows any object to
+	  be a container through the xml catalog interface (GtkContainer is
 	  handled implicitly).
 
 	* Straightened out a few crooked header files.
 
-	* Reworked loading a bit so that GladeProperties are loaded with the 
-	  values found in the xml file and that g_object_newv is called with 
+	* Reworked loading a bit so that GladeProperties are loaded with the
+	  values found in the xml file and that g_object_newv is called with
 	  those values as well.
 
-	* Deprecated / Removed useless pre_create functions, anything that was 
+	* Deprecated / Removed useless pre_create functions, anything that was
 	  a pre_create is now done in post create without any regression.
 
-	* glade_gtk_container_fill_empty now checks if there are existing 
+	* glade_gtk_container_fill_empty now checks if there are existing
 	  children before adding one.
 
 	* Added comment on how to fix glade-project-view
@@ -10098,12 +10103,12 @@
 	* Half implemented addition of non-widget children in glade-popup.c
 
 	* glade-utils "nodes" code now also serves as a selection marker for
-	  any non-widget objects (widgets are still handled by drawing 
-	  selections). Also reverted my change to queue_draw_nodes... seems to 
+	  any non-widget objects (widgets are still handled by drawing
+	  selections). Also reverted my change to queue_draw_nodes... seems to
 	  work for now.
 
-	* For now I removed the unused notion of "grand-child" packing 
-	  properties (that will have to be inspected and implemented properly 
+	* For now I removed the unused notion of "grand-child" packing
+	  properties (that will have to be inspected and implemented properly
 	  if need be).
 
 	* updated XML files accordingly.
diff --git a/src/main.c b/src/main.c
index 048ebc6..b3ac718 100644
--- a/src/main.c
+++ b/src/main.c
@@ -150,7 +150,7 @@ main (int argc, char *argv[])
     }
 
   g_set_application_name (APPLICATION_NAME);
-  gtk_window_set_default_icon_name ("glade-3");
+  gtk_window_set_default_icon_name ("glade");
 
   glade_setup_log_handlers ();
 



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