Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/thumbnailer
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-04-03 00:01:48 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-04-03 00:01:48 (GMT)
commitce80b45c492900e204b314c27000d8fd99687130 (patch)
treea5e3ce69ea2956818637040e8aff4635f37a4c32 /thumbnailer
parentc05711d970c3312e5077e384cba77d1a1b14e93f (diff)
Patch from Alberto Mesas <amesas@gmail.com> to make F1 bring up
Sat Apr 2 18:57:00 2005 Jonathan Blandford <jrb@redhat.com> * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to make F1 bring up non-existent help. * shell/eggfindbar.c: Patch from Christian Persch to sync to epiphany's find bar, #167477 * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan <emil@nishra.com> to add space-bar scrolling, * shell/ev-window.c (static GtkActionEntry entries): add default keybinding for Help (F1) Fixes #171068 * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug 170110
Diffstat (limited to 'thumbnailer')
-rw-r--r--thumbnailer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am
index 5013867..c74910e 100644
--- a/thumbnailer/Makefile.am
+++ b/thumbnailer/Makefile.am
@@ -36,7 +36,7 @@ install-data-local:
if GCONF_SCHEMAS_INSTALL
if test -z "$(DESTDIR)" ; then \
for p in $(schema_DATA) ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/thumbnailer/$$p >&1 > /dev/null; \
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_srcdir)/thumbnailer/$$p >&1 > /dev/null; \
done \
fi
endif