summaryrefslogtreecommitdiff
path: root/jbc
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@src.gnome.org>1998-12-14 08:28:45 +0000
committerGeorge Lebl <jirka@src.gnome.org>1998-12-14 08:28:45 +0000
commit6e1b47b76e0b4d063d81f5e9a357b1f08e114402 (patch)
tree99927db8f04c4aef6062c37520526efeacc03f6b /jbc
parent59de7c553c6cb785b983855b7709330edac1c83f (diff)
the goad revolution for applets
changes are fairly minimal for normal applets APPLET_WRITING shall be updated soon -George
Diffstat (limited to 'jbc')
-rw-r--r--jbc/Makefile.am1
-rw-r--r--jbc/jbc.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/jbc/Makefile.am b/jbc/Makefile.am
index ebfbdcae2..06dc961e0 100644
--- a/jbc/Makefile.am
+++ b/jbc/Makefile.am
@@ -1,6 +1,7 @@
INCLUDES = -I. -I$(srcdir) \
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
-I$(srcdir)/../../panel \
+ -I$(top_builddir)/panel \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-I$(includedir) $(GNOME_INCLUDEDIR)
diff --git a/jbc/jbc.c b/jbc/jbc.c
index a0a8eaee0..570c21be4 100644
--- a/jbc/jbc.c
+++ b/jbc/jbc.c
@@ -151,7 +151,7 @@ main (int argc, char *argv[])
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
textdomain(PACKAGE);
- applet_widget_init_defaults("jbc_applet", VERSION, argc, argv, NULL,
+ applet_widget_init("jbc_applet", VERSION, argc, argv, NULL,
0, NULL);
window = gtk_window_new(GTK_WINDOW_TOPLEVEL);