SF.net SVN: geany: [1652] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Jun 29 14:32:21 UTC 2007


Revision: 1652
          http://svn.sourceforge.net/geany/?rev=1652&view=rev
Author:   eht16
Date:     2007-06-29 07:32:21 -0700 (Fri, 29 Jun 2007)

Log Message:
-----------
Set also previous colour when setting the colour for the dialog.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/dialogs.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-06-29 09:12:06 UTC (rev 1651)
+++ trunk/ChangeLog	2007-06-29 14:32:21 UTC (rev 1652)
@@ -1,3 +1,9 @@
+2007-06-29  Enrico Tröger  <enrico.troeger at uvena.de>
+
+ * src/dialogs.c:
+   Set also previous colour when setting the colour for the dialog.
+
+
 2007-06-28  Nick Treleaven  <nick.treleaven at btinternet.com>
 
  * src/search.c, src/document.c:

Modified: trunk/src/dialogs.c
===================================================================
--- trunk/src/dialogs.c	2007-06-29 09:12:06 UTC (rev 1651)
+++ trunk/src/dialogs.c	2007-06-29 14:32:21 UTC (rev 1652)
@@ -618,6 +618,8 @@
 		gdk_color_parse(colour, &gc);
 		gtk_color_selection_set_current_color(GTK_COLOR_SELECTION(
 							GTK_COLOR_SELECTION_DIALOG(app->open_colorsel)->colorsel), &gc);
+		gtk_color_selection_set_previous_color(GTK_COLOR_SELECTION(
+							GTK_COLOR_SELECTION_DIALOG(app->open_colorsel)->colorsel), &gc);
 	}
 
 	// We make sure the dialog is visible.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list