diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-09 20:19:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-09 20:19:37 +0000 |
commit | cef8255f8cc57f3ddf4a6f89bc28ee283b13e01e (patch) | |
tree | 77f1f21f1f9152ec16093bd2f04c461eb1f8b16e /devel/glade2 | |
parent | ba7aea8f260b1fce30e202380f0add28645300af (diff) | |
download | ports-cef8255f8cc57f3ddf4a6f89bc28ee283b13e01e.tar.gz ports-cef8255f8cc57f3ddf4a6f89bc28ee283b13e01e.zip |
Notes
Diffstat (limited to 'devel/glade2')
-rw-r--r-- | devel/glade2/files/patch-glade_gnome-db_gnomedbsqleditor.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/glade2/files/patch-glade_gnome-db_gnomedbsqleditor.c b/devel/glade2/files/patch-glade_gnome-db_gnomedbsqleditor.c new file mode 100644 index 000000000000..ecec2b4b7765 --- /dev/null +++ b/devel/glade2/files/patch-glade_gnome-db_gnomedbsqleditor.c @@ -0,0 +1,21 @@ +--- glade/gnome-db/gnomedbsqleditor.c.orig Sun Feb 9 15:13:09 2003 ++++ glade/gnome-db/gnomedbsqleditor.c Sun Feb 9 15:17:23 2003 +@@ -19,7 +19,8 @@ + #include <config.h> + + #include <gtk/gtk.h> +-#include <libgnomedb/gnome-db-sql-editor.h> ++#include <libgnomedb/gnome-db-editor.h> ++ + #include "../gb.h" + + /* Include the 21x21 icon pixmap for this widget, to be used in the palette */ +@@ -137,7 +138,7 @@ + { + /* Initialise the GTK type */ + volatile GtkType type; +- type = gnome_db_sql_editor_get_type(); ++ type = gnome_db_editor_get_type(); + + /* Initialize the GbWidget structure */ + gb_widget_init_struct(&gbwidget); |