From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 18 06:10:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82EA616A4CE for ; Sat, 18 Dec 2004 06:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C5243D45 for ; Sat, 18 Dec 2004 06:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBI6AORA088854 for ; Sat, 18 Dec 2004 06:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBI6AONN088852; Sat, 18 Dec 2004 06:10:24 GMT (envelope-from gnats) Resent-Date: Sat, 18 Dec 2004 06:10:24 GMT Resent-Message-Id: <200412180610.iBI6AONN088852@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Joel Diaz" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890B416A4CE for ; 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 ; 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.netESMTP <20041218060229.NZTG2421.imf24aec.mail.bellsouth.net@fbsd.launchmodem.com> for ; 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" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.1 Subject: ports/75212: PATCH audio/tunesbrowser - fix glade file path X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 06:10:24 -0000 >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: