[med-svn] [aghermann] 48/85: experiment-dl.sh is actually installed "$PACKAGE_DATADIR/aghermann"

andrei zavada hmmr-guest at alioth.debian.org
Thu Sep 26 23:46:30 UTC 2013


This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch master
in repository aghermann.

commit 55494a1cb504396a4efff009a37b6652f9f37c2a
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Wed Sep 18 19:23:29 2013 +0300

    experiment-dl.sh is actually installed "$PACKAGE_DATADIR/aghermann"
---
 upstream/src/aghermann/ui/mw/splash.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/upstream/src/aghermann/ui/mw/splash.cc b/upstream/src/aghermann/ui/mw/splash.cc
index 1a8b833..c7950d5 100644
--- a/upstream/src/aghermann/ui/mw/splash.cc
+++ b/upstream/src/aghermann/ui/mw/splash.cc
@@ -106,7 +106,7 @@ show_empty_experiment_blurb()
         gtk_box_pack_start(
                 (GtkBox*)cMeasurements,
                 (GtkWidget*)gtk_image_new_from_file(
-                        PACKAGE_DATADIR "/idle-bg.svg"),
+                        PACKAGE_DATADIR "/aghermann/idle-bg.svg"),
                 TRUE, FALSE, 0);
 
         gtk_widget_show_all( (GtkWidget*)cMeasurements);
@@ -141,7 +141,7 @@ try_download()
         const char *argv[] = {
                 "/bin/sh", // vte_get_user_shell(),
                 "-c",
-                "source " PACKAGE_DATADIR "/experiment-dl.sh",
+                "source " PACKAGE_DATADIR "/aghermann/experiment-dl.sh",
                 NULL
         };
         vte_terminal_fork_command_full(

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git



More information about the debian-med-commit mailing list