[Goodies-commits] r5811 - xfbib/branches/gobject/src

David Gustafsson tssj at xfce.org
Sun Oct 26 01:31:28 CEST 2008


Author: tssj
Date: 2008-10-25 23:31:28 +0000 (Sat, 25 Oct 2008)
New Revision: 5811

Modified:
   xfbib/branches/gobject/src/Makefile.am
   xfbib/branches/gobject/src/xfbib-bibtex-entry.h
   xfbib/branches/gobject/src/xfbib-window.h
Log:
Remove the last remaining traces of strbuf


Modified: xfbib/branches/gobject/src/Makefile.am
===================================================================
--- xfbib/branches/gobject/src/Makefile.am	2008-10-25 23:28:22 UTC (rev 5810)
+++ xfbib/branches/gobject/src/Makefile.am	2008-10-25 23:31:28 UTC (rev 5811)
@@ -34,8 +34,6 @@
 	xfbib-state.h \
 	xfbib-statusbar.c \
 	xfbib-statusbar.h \
-	xfbib-strbuf.c \
-	xfbib-strbuf.h \
 	xfbib-string.c \
 	xfbib-string.h \
 	xfbib-string-tree-view.c \

Modified: xfbib/branches/gobject/src/xfbib-bibtex-entry.h
===================================================================
--- xfbib/branches/gobject/src/xfbib-bibtex-entry.h	2008-10-25 23:28:22 UTC (rev 5810)
+++ xfbib/branches/gobject/src/xfbib-bibtex-entry.h	2008-10-25 23:31:28 UTC (rev 5811)
@@ -22,7 +22,6 @@
 
 #include <glib-object.h>
 #include "xfbib-bibtex-field.h"
-#include "xfbib-strbuf.h"
 
 #define XFBIB_TYPE_BIBTEX_ENTRY             (xfbib_bibtex_entry_get_type())
 #define XFBIB_BIBTEX_ENTRY(obj)             (G_TYPE_CHECK_INSTANCE_CAST((obj), XFBIB_TYPE_BIBTEX_ENTRY, XfbibBibtexEntry))

Modified: xfbib/branches/gobject/src/xfbib-window.h
===================================================================
--- xfbib/branches/gobject/src/xfbib-window.h	2008-10-25 23:28:22 UTC (rev 5810)
+++ xfbib/branches/gobject/src/xfbib-window.h	2008-10-25 23:31:28 UTC (rev 5811)
@@ -21,7 +21,6 @@
 #define __XFBIB_WINDOW_H
 
 #include <gtk/gtk.h>
-#include "xfbib-strbuf.h"
 #include "xfbib-bibtex.h"
 
 #define XFBIB_TYPE_WINDOW             (xfbib_window_get_type())




More information about the Goodies-commits mailing list