From joeldiaz@bellsouth.net  Sat Dec 18 06:02:30 2004
Return-Path: <joeldiaz@bellsouth.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 890B416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Dec 2004 06:02:30 +0000 (GMT)
Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0648043D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Dec 2004 06:02:30 +0000 (GMT)
	(envelope-from joeldiaz@bellsouth.net)
Received: from fbsd.launchmodem.com ([65.9.22.67])
          by imf24aec.mail.bellsouth.net
          (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP
          id <20041218060229.NZTG2421.imf24aec.mail.bellsouth.net@fbsd.launchmodem.com>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sat, 18 Dec 2004 01:02:29 -0500
Message-Id: <1103349749.0@fbsd.launchmodem.com>
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: PATCH audio/tunesbrowser - fix glade file path
X-Send-Pr-Version: gtk-send-pr 0.4.1 
X-GNATS-Notify:

>Number:         75212
>Category:       ports
>Synopsis:       PATCH audio/tunesbrowser - fix glade file path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 18 06:10:23 GMT 2004
>Closed-Date:    Sat Dec 18 07:22:14 GMT 2004
>Last-Modified:  Sat Dec 18 07:22:14 GMT 2004
>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:
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Sat Dec 18 07:22:02 GMT 2004 
State-Changed-Why:  
Committed, Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75212 
>Unformatted:
