SF.net SVN: geany:[3763] trunk/src/tools.c

eht16 at users.sourceforge.net eht16 at xxxxx
Sat May 2 17:04:35 UTC 2009


Revision: 3763
          http://geany.svn.sourceforge.net/geany/?rev=3763&view=rev
Author:   eht16
Date:     2009-05-02 17:04:35 +0000 (Sat, 02 May 2009)

Log Message:
-----------
Fix typo (oops).

Modified Paths:
--------------
    trunk/src/tools.c

Modified: trunk/src/tools.c
===================================================================
--- trunk/src/tools.c	2009-05-01 15:56:22 UTC (rev 3762)
+++ trunk/src/tools.c	2009-05-02 17:04:35 UTC (rev 3763)
@@ -766,7 +766,7 @@
 			c[1] = '#';
 			c++;
 		}
-		gdk_color_parse(color, &gc);
+		gdk_color_parse(c, &gc);
 		gtk_color_selection_set_current_color(GTK_COLOR_SELECTION(
 							GTK_COLOR_SELECTION_DIALOG(ui_widgets.open_colorsel)->colorsel), &gc);
 		gtk_color_selection_set_previous_color(GTK_COLOR_SELECTION(


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