summaryrefslogtreecommitdiff
path: root/control-center
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2001-12-09 04:44:37 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-12-09 04:44:37 +0000
commit16c673a0f7524f99fea5d26ae4950ccab2ea1be0 (patch)
tree67003d96b54eca6aee0ac5dd938272669b3eebbe /control-center
parentf8cc94520d3095c756729bc455cb6a9523722080 (diff)
downloadgnome-control-center-16c673a0f7524f99fea5d26ae4950ccab2ea1be0.tar.gz
add gnome-desktop-2.0 to CFLAGS, add AC_PROG_INTLTOOL
2001-12-08 Havoc Pennington <hp@pobox.com> * configure.in (COMMON_MODULES): add gnome-desktop-2.0 to CFLAGS, add AC_PROG_INTLTOOL 2001-12-08 Havoc Pennington <hp@pobox.com> * POTFILES.in: remove applier.c which doesn't exist 2001-12-08 Havoc Pennington <hp@pobox.com> * capplet-dir-view.c: remove unused include that broke stuff * capplet-dir.c (capplet_activate): fix args to gnome_desktop_item_launch 2001-12-08 Havoc Pennington <hp@pobox.com> * gnome-startup.h: use G_BEGIN_DECLS so it builds
Diffstat (limited to 'control-center')
-rw-r--r--control-center/ChangeLog7
-rw-r--r--control-center/capplet-dir-view.c1
-rw-r--r--control-center/capplet-dir.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/control-center/ChangeLog b/control-center/ChangeLog
index 13ba64dfd..06af1d682 100644
--- a/control-center/ChangeLog
+++ b/control-center/ChangeLog
@@ -1,3 +1,10 @@
+2001-12-08 Havoc Pennington <hp@pobox.com>
+
+ * capplet-dir-view.c: remove unused include that broke stuff
+
+ * capplet-dir.c (capplet_activate): fix args to
+ gnome_desktop_item_launch
+
2001-12-08 Richard Hestilow <hestilow@ximian.com>
* capplet-dir-view-list.c (list_populate): Fix call to
diff --git a/control-center/capplet-dir-view.c b/control-center/capplet-dir-view.c
index 2cfd47da5..55826ff15 100644
--- a/control-center/capplet-dir-view.c
+++ b/control-center/capplet-dir-view.c
@@ -26,7 +26,6 @@
#endif
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <libgnome/gnome-defs.h>
#include <libgnomeui/gnome-window-icon.h>
#include <glade/glade.h>
diff --git a/control-center/capplet-dir.c b/control-center/capplet-dir.c
index 436dfd31b..621a1560b 100644
--- a/control-center/capplet-dir.c
+++ b/control-center/capplet-dir.c
@@ -265,7 +265,7 @@ capplet_activate (Capplet *capplet)
} else {
capplet->launching = TRUE;
gtk_timeout_add (1000, (GtkFunction) capplet_reset_cb, capplet);
- gnome_desktop_item_launch (entry->entry, 0, NULL, NULL);
+ gnome_desktop_item_launch (entry->entry, NULL, 0, NULL);
}
}
}