anjuta r4470 - in trunk: . plugins/class-gen
- From: sgranjoux svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4470 - in trunk: . plugins/class-gen
- Date: Sat, 20 Dec 2008 09:43:06 +0000 (UTC)
Author: sgranjoux
Date: Sat Dec 20 09:43:06 2008
New Revision: 4470
URL: http://svn.gnome.org/viewvc/anjuta?rev=4470&view=rev
Log:
* plugins/class-gen/plugin.c:
Update class generator plugin to new IAnjutaVCS API
Modified:
trunk/ChangeLog
trunk/plugins/class-gen/plugin.c
Modified: trunk/plugins/class-gen/plugin.c
==============================================================================
--- trunk/plugins/class-gen/plugin.c (original)
+++ trunk/plugins/class-gen/plugin.c Sat Dec 20 09:43:06 2008
@@ -250,7 +250,7 @@
GList* files = NULL;
files = g_list_append (files, g_file_new_for_path (header_file));
files = g_list_append (files, g_file_new_for_path (source_file));
- ianjuta_vcs_add (vcs, files, NULL);
+ ianjuta_vcs_add (vcs, files, NULL, NULL);
g_list_foreach (files, (GFunc) g_object_unref, NULL);
g_list_free (files);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]