SF.net SVN: geany:[5715] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Tue Apr 12 17:24:14 UTC 2011
Revision: 5715
http://geany.svn.sourceforge.net/geany/?rev=5715&view=rev
Author: eht16
Date: 2011-04-12 17:24:13 +0000 (Tue, 12 Apr 2011)
Log Message:
-----------
Add missing parts from previous commit, oops
Modified Paths:
--------------
trunk/plugins/geanyfunctions.h
trunk/src/document.h
Modified: trunk/plugins/geanyfunctions.h
===================================================================
--- trunk/plugins/geanyfunctions.h 2011-04-12 17:20:59 UTC (rev 5714)
+++ trunk/plugins/geanyfunctions.h 2011-04-12 17:24:13 UTC (rev 5715)
@@ -72,8 +72,8 @@
geany_functions->p_document->document_get_basename_for_display
#define document_get_notebook_page \
geany_functions->p_document->document_get_notebook_page
-#define document_sort_by_display_name \
- geany_functions->p_document->document_sort_by_display_name
+#define document_compare_by_display_name \
+ geany_functions->p_document->document_compare_by_display_name
#define editor_get_indent_prefs \
geany_functions->p_editor->editor_get_indent_prefs
#define editor_create_widget \
Modified: trunk/src/document.h
===================================================================
--- trunk/src/document.h 2011-04-12 17:20:59 UTC (rev 5714)
+++ trunk/src/document.h 2011-04-12 17:24:13 UTC (rev 5715)
@@ -259,6 +259,6 @@
void document_apply_indent_settings(GeanyDocument *doc);
-gint document_compare_by_display_name(const GeanyDocument **a, const GeanyDocument **b);
+gint document_compare_by_display_name(gconstpointer a, gconstpointer b);
#endif
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