]> git.pld-linux.org Git - packages/dvd2avi.git/commitdiff
- change default location of the dvd2avi.glade file, we don't want it to be in /usr/bin
authorshadzik <shadzik@pld-linux.org>
Mon, 19 Jun 2006 15:59:51 +0000 (15:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvd2avi-location.patch -> 1.1

dvd2avi-location.patch [new file with mode: 0644]

diff --git a/dvd2avi-location.patch b/dvd2avi-location.patch
new file mode 100644 (file)
index 0000000..b32de61
--- /dev/null
@@ -0,0 +1,11 @@
+--- dvd2avi    2006-06-19 13:27:10.000000000 +0200
++++ dvd2avi-new        2006-06-19 17:48:11.041313360 +0200
+@@ -13,7 +13,7 @@
+ use vars qw($main_window_xml $progress_window_xml %widgets %params @titles @chapters @audios @hideitems @cdsize @cdlabel @mp3_methods);
+ # M A I N   W I N D O W
+-$main_window_xml = Gtk2::GladeXML->new('dvd2avi.glade','main_window');
++$main_window_xml = Gtk2::GladeXML->new('/usr/share/dvd2avi/dvd2avi.glade','main_window');
+ $main_window_xml->signal_autoconnect('connect_callback');
+ # seznam pouzitych widgetu
This page took 0.056649 seconds and 4 git commands to generate.