SF.net SVN: geany: [2589] trunk/src/win32.c
eht16 at users.sourceforge.net
eht16 at xxxxx
Thu May 15 15:58:29 UTC 2008
Revision: 2589
http://geany.svn.sourceforge.net/geany/?rev=2589&view=rev
Author: eht16
Date: 2008-05-15 08:58:28 -0700 (Thu, 15 May 2008)
Log Message:
-----------
Fix compilation error.
Modified Paths:
--------------
trunk/src/win32.c
Modified: trunk/src/win32.c
===================================================================
--- trunk/src/win32.c 2008-05-15 13:43:29 UTC (rev 2588)
+++ trunk/src/win32.c 2008-05-15 15:58:28 UTC (rev 2589)
@@ -54,6 +54,7 @@
#include "dialogs.h"
#include "filetypes.h"
#include "project.h"
+#include "editor.h"
#define BUFSIZE 4096
@@ -470,7 +471,7 @@
(guint) (utils_scale_round(GetGValue(rgb_current), 255)),
(guint) (utils_scale_round(GetBValue(rgb_current), 255)));
- document_insert_colour(idx, hex);
+ editor_insert_color(idx, 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