]> git.pld-linux.org Git - packages/dvd2avi.git/blame - dvd2avi-location.patch
- change default location of the dvd2avi.glade file, we don't want it to be in /usr/bin
[packages/dvd2avi.git] / dvd2avi-location.patch
CommitLineData
f66fbf89 1--- dvd2avi 2006-06-19 13:27:10.000000000 +0200
2+++ dvd2avi-new 2006-06-19 17:48:11.041313360 +0200
3@@ -13,7 +13,7 @@
4 use vars qw($main_window_xml $progress_window_xml %widgets %params @titles @chapters @audios @hideitems @cdsize @cdlabel @mp3_methods);
5
6 # M A I N W I N D O W
7-$main_window_xml = Gtk2::GladeXML->new('dvd2avi.glade','main_window');
8+$main_window_xml = Gtk2::GladeXML->new('/usr/share/dvd2avi/dvd2avi.glade','main_window');
9 $main_window_xml->signal_autoconnect('connect_callback');
10
11 # seznam pouzitych widgetu
This page took 0.434684 seconds and 4 git commands to generate.