SF.net SVN: geany:[3097] trunk/src/win32.c

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Oct 15 14:14:31 UTC 2008


Revision: 3097
          http://geany.svn.sourceforge.net/geany/?rev=3097&view=rev
Author:   eht16
Date:     2008-10-15 14:14:31 +0000 (Wed, 15 Oct 2008)

Log Message:
-----------
Fix wrong pointer usage.

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

Modified: trunk/src/win32.c
===================================================================
--- trunk/src/win32.c	2008-10-15 12:24:48 UTC (rev 3096)
+++ trunk/src/win32.c	2008-10-15 14:14:31 UTC (rev 3097)
@@ -470,7 +470,7 @@
 	      (guint) (utils_scale_round(GetGValue(rgb_current), 255)),
 	      (guint) (utils_scale_round(GetBValue(rgb_current), 255)));
 
-		editor_insert_color(doc, hex);
+		editor_insert_color(doc->editor, hex);
 	}
 	g_free(hex);
 }


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