patches/gnome-build-01-suncc-empty-struct.diff
author nonsea
Mon, 19 Jan 2009 02:24:17 +0000
changeset 1632 795df6b638cd
permissions -rw-r--r--
2009-01-19 Halton Huo <[email protected]> * SFEanjuta.spec: Bump to 2.25.4, Remove gnome-build since it is in anjuta's code base * SFEautogen.spec: Bump to 5.9.7 * SFEguile.spec: Change SFEgmp to SUNWgnu-mp * SFElibgda.spec: (new) Library for writing gnome database programs * base-specs/gdl.spec: Bump to 2.24.0 * base-specs/gnome-build.spec: Bump to 2.24.1 * base-specs/libgda.spec: (new) Library for writing gnome database programs * patches/anjuta-01-solaris-grep.diff: remove unused patch * patches/anjuta-02-suncc-empty-struct.diff: add to fix bugzilla #567967 * patches/anjuta-03-extern-inline.diff: add fix bugzilla #56825 * patches/anjuta-02-ld-z-text.diff: rename to -01 * patches/gnome-build-01-suncc-empty-struct.diff: add to fix bugzilla #567967 * patches/guile-01-autoconf.diff: add to fix AM_INTL_SUBDIR not found issue * patches/libgda-01-suncc-empty-struct.diff: Add to fix bugzilla #568163 * patches/libgda-02-sys_errlist.diff: Add to fix bugzilla #568165
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1632
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     1
Index: trunk/src/gbf/gbf-project-view.c
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     2
===================================================================
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     3
--- trunk/src/gbf/gbf-project-view.c	(revision 643)
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     4
+++ trunk/src/gbf/gbf-project-view.c	(working copy)
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     5
@@ -41,7 +41,7 @@
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     6
 #define ICON_SIZE 16
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     7
 
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     8
 struct _GbfProjectViewPrivate {	
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     9
-
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    10
+	int foo;
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    11
 };
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    12
 
795df6b638cd 2009-01-19 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    13
 enum {