Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 2004 01:02:29 -0500
From:      "Joel Diaz" <joeldiaz@bellsouth.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/75212: PATCH audio/tunesbrowser - fix glade file path
Message-ID:  <1103349749.0@fbsd.launchmodem.com>
Resent-Message-ID: <200412180610.iBI6AONN088852@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75212
>Category:       ports
>Synopsis:       PATCH audio/tunesbrowser - fix glade file path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 18 06:10:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Joel Diaz
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 6.0-CURRENT #3: Sat Dec 18 00:35:17 EST 2004
    jdiaz@fbsd.launchmodem.com:/usr/obj/usr/src/sys/MYKERNEL



>Description:


audio/tunesbrowser builds fine, but the path to the glade file is incorrect.  This patch fixes it so that tunesbrowser actually shows its GUI.


>How-To-Repeat:


Build and run tunesbrowser and watch it not display its GUI.


>Fix:


--- patch-main.c begins here ---
--- main.c.orig	Tue Apr 13 03:17:50 2004
+++ main.c	Sat Dec 18 00:55:53 2004
@@ -46,7 +46,7 @@
 
     gtk_init(&argc, &argv);
 
-    xml = glade_xml_new(XSTR(UIDIR) "/tunesbrowser.glade", NULL, NULL);
+    xml = glade_xml_new(XSTR(UIDIR) "/gnome/tunesbrowser/tunesbrowser.glade", NULL, NULL);
 
     glade_xml_signal_autoconnect(xml);
 
--- patch-main.c ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1103349749.0>