summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-10-30 19:22:43 +0000
committerDarin Adler <darin@src.gnome.org>2000-10-30 19:22:43 +0000
commitd8d5d7bddc8f5da945cc3d0e900229285fa4efb4 (patch)
treef12872ba71d695a9d895a9fb13b5d43044198971 /Makefile.shared
parent234699b8d35d0e6bff50495a25fc08270fe34b85 (diff)
downloadnautilus-d8d5d7bddc8f5da945cc3d0e900229285fa4efb4.tar.gz
Fixed bug 4057 (clicking the back button while opening a huge
directory often crashes). * libnautilus-extensions/nautilus-icon-container.c: (nautilus_icon_container_for_each): The function was iterating some icons twice. All the icons on the new_icons list are also on the icons list. (icon_destroy): Also be sure to remove the icon from the new_icons list if it happens to be destroyed while still on that list. * configure.in: * Makefile.shared: Got rid of the shared part of the code to generate .xml.h files. It's no longer needed since the po directory takes care of everything itself. * components/loser/content/Makefile.am: * components/loser/sidebar/Makefile.am: * components/mozilla/Makefile.am: * components/sample/Makefile.am: * components/services/summary/nautilus-view/Makefile.am: * libnautilus/Makefile.am: * src/Makefile.am: * src/file-manager/Makefile.am: Got rid of the per-directory part of the code to generate .xml.h files. * components/loser/content/nautilus-content-loser-ui.xml.h: * components/loser/sidebar/nautilus-sidebar-loser-ui.xml.h: * components/mozilla/nautilus-mozilla-ui.xml.h: * components/sample/nautilus-sample-content-view-ui.xml.h: * components/services/summary/nautilus-view/nautilus-summary-view-ui.xml.h: * libnautilus/nautilus-clipboard-ui.xml.h: * src/file-manager/nautilus-directory-view-ui.xml.h: * src/file-manager/nautilus-icon-view-ui.xml.h: * src/file-manager/nautilus-search-list-view-ui.xml.h: * src/nautilus-service-ui.xml.h: * src/nautilus-shell-ui.xml.h: Got rid of the checked-in copies of the .xml.h files. The worst part!
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.shared b/Makefile.shared
index ed20e0c12..86f0b1c02 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -1,4 +1 @@
NULL =
-
-%.xml.h: %.xml
- $(BONOBO_UI_EXTRACT) $^ > $@