mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
24 lines
573 B
Plaintext
24 lines
573 B
Plaintext
$NetBSD: patch-ab,v 1.5 2005/01/13 19:48:50 jmmv Exp $
|
|
|
|
--- src/app.c.orig 2004-05-03 09:49:36.000000000 +0200
|
|
+++ src/app.c
|
|
@@ -81,6 +81,8 @@ static gboolean app_save_yourself(GnomeC
|
|
|
|
void app_init()
|
|
{
|
|
+ GtkToolbar *toolbar;
|
|
+ BonoboDockItem *dockitem;
|
|
GtkWidget *treeview;
|
|
gint width, height;
|
|
gint x,y;
|
|
@@ -99,9 +101,6 @@ void app_init()
|
|
}
|
|
glade_xml_signal_autoconnect(xml);
|
|
|
|
- GtkToolbar *toolbar;
|
|
- BonoboDockItem *dockitem;
|
|
-
|
|
toolbar = GTK_TOOLBAR(glade_xml_get_widget(xml, "toolbar1"));
|
|
g_assert(toolbar != NULL);
|
|
|