pkgsrc/multimedia/gopchop/patches/patch-aa
wiz 29a4f825ff Update to 1.1.8:
1.1.8: (2009-03-02)
    - x86_64 cleanups
    - subversion migration
    - datarootdir cleanups
    - src/display.cpp: debian FTBFS
    - src/widgets.cpp: debian icon path patch
    - src/Main.cpp: debian progress bar patch
    - gopchop.desktop: clean up thanks to Gregor Herrmann
    - libvo/video_out_x11.c: Xv crasher fixed thanks to Tony Mancill
    - docs/gopchop.sgml: cleanups from debian
    - src/*: bump copyright years
2009-03-06 10:35:21 +00:00

12 lines
448 B
Text

$NetBSD: patch-aa,v 1.4 2009/03/06 10:35:22 wiz Exp $
--- src/widgets.cpp.orig 2009-03-02 23:27:15.000000000 +0000
+++ src/widgets.cpp
@@ -130,6 +130,7 @@ void setup_gtk_stuff()
/* figure out where our pixmaps are */
add_pixmap_directory(PACKAGE_DATA_DIR "/pixmaps/" PACKAGE_NAME);
+ add_pixmap_directory(PACKAGE_DATA_DIR "/pixmaps/gopchop");
/* create our main window */
main_window = GTK_WIDGET(create_main_window());