summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2001-11-21 15:14:27 +0000
committerMark McLoughlin <mmclouglin@src.gnome.org>2001-11-21 15:14:27 +0000
commit6875514398402e40d62810fdca84bf2735eafae3 (patch)
tree505ce56499261ce0c8c5414b85b4c559a27eeeed /Makefile.am
parent0af6839ecf605f511af89562d2facc00135a42fb (diff)
downloadgnome-desktop-6875514398402e40d62810fdca84bf2735eafae3.tar.gz
re-enable applets/Makefile and applets/fish/Makefile.
2001-11-21 Mark McLoughlin <mark@skynet.ie> * configure.in: re-enable applets/Makefile and applets/fish/Makefile. * applet/Makefile.am: enable fish/ subdir. 2001-11-21 Mark McLoughlin <mark@skynet.ie> Port to new applets api. * fish.c: (load_image_file): use GError with gdk_pixbuf. (load_properties): #ifdef FIXME out all the gnome_config stuff for now. (phelp_cb): #ifdef FIXME out for now - need to use new help api. (display_properties_dialog): rename from propeties_dialog. (update_fortune_dialog): #ifdef FIXME out for now - what replaces gnome_less ? (display_help_dialog): rename from help_cb. (display_about_dialog): rename from about_cb. Use GError with gdk_pixbuf. Port to gnome_program_locate_file. (applet_save_session): session saving not yet implmented. (wanda_{de}activator): kill. (fish_applet_new): impl. (fishy_factory): impl. * Makefile.am: build applet as an exe. don't install the .desktop file or the .gnorba file. Install the .server file. * GNOME_FishApplet_Factory.server.in: new file. * fish_applet.gnorba: kill. * fish_applet.desktop: retain only for translations. 2001-11-21 Mark McLoughlin <mark@skynet.ie> * Makefile.am: add panel-applet.c to libpanel-applet sources - hmmm. * menu.c: (add_test_bonobo_applet): take an iid to be generic. (make_add_submenu): add an menuitem for the fish. Jeez, I need to get this applets menu work soon. * panel-applet.h: fix party pooper. * test-bonobo-applet.c: remove debugging rubish. Use G_CALLBACK instead of (GCallback) cast.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b7c13cb2..286c4505 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,11 +7,11 @@ SUBDIRS = \
gsm \
panel \
smproxy \
- pixmaps
+ pixmaps \
+ applets
EXTRA_SUBDIRS = \
intl \
- applets \
gsm \
smproxy \
desktop-links \