diff options
author | George Lebl <jirka@src.gnome.org> | 1998-12-14 08:28:45 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 1998-12-14 08:28:45 +0000 |
commit | 6e1b47b76e0b4d063d81f5e9a357b1f08e114402 (patch) | |
tree | 99927db8f04c4aef6062c37520526efeacc03f6b /netwatch | |
parent | 59de7c553c6cb785b983855b7709330edac1c83f (diff) |
the goad revolution for applets
changes are fairly minimal for normal applets
APPLET_WRITING shall be updated soon
-George
Diffstat (limited to 'netwatch')
-rw-r--r-- | netwatch/Makefile.am | 1 | ||||
-rw-r--r-- | netwatch/netwatch.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/netwatch/Makefile.am b/netwatch/Makefile.am index e7f6700fe..e639b8e44 100644 --- a/netwatch/Makefile.am +++ b/netwatch/Makefile.am @@ -3,6 +3,7 @@ pixmapdir = $(datadir)/panel/ INCLUDES = \ -I$(top_srcdir)/intl -I$(top_builddir)/intl \ -I. -I$(srcdir) \ + -I$(top_builddir)/panel \ -I$(srcdir)/../../panel \ -I$(includedir) $(GNOME_INCLUDEDIR) diff --git a/netwatch/netwatch.c b/netwatch/netwatch.c index 1a6d483ee..9ef5858a7 100644 --- a/netwatch/netwatch.c +++ b/netwatch/netwatch.c @@ -61,7 +61,7 @@ create_netwatch_widget (void) int main(int argc, char **argv) { - applet_widget_init_defaults("netwatch_applet", VERSION, argc, argv, + applet_widget_init("netwatch_applet", VERSION, argc, argv, NULL, 0, NULL); applet = applet_widget_new("netwatch_applet"); |