diff options
Diffstat (limited to 'debian/patches/idonkey.pl.diff')
-rw-r--r-- | debian/patches/idonkey.pl.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/idonkey.pl.diff b/debian/patches/idonkey.pl.diff new file mode 100644 index 0000000..f98a508 --- /dev/null +++ b/debian/patches/idonkey.pl.diff @@ -0,0 +1,14 @@ +Description: "" +Forwarded: not-needed +Last-Update: 2010-05-12 +--- a/scripts/idonkey.pl ++++ b/scripts/idonkey.pl +@@ -1394,7 +1394,7 @@ + Irssi::settings_add_bool($IRSSI{name}, 'idonkey_filter_search_results', 0); + Irssi::settings_add_bool($IRSSI{name}, 'idonkey_show_chunks', 1); + +-Irssi::settings_add_str($IRSSI{name}, 'idonkey_mldonkey_cmd', 'screen mldonkey'); ++Irssi::settings_add_str($IRSSI{name}, 'idonkey_mldonkey_cmd', 'screen mldonkey_server'); + Irssi::settings_add_int($IRSSI{name}, 'idonkey_statusbar_interval', 0); + Irssi::settings_add_bool($IRSSI{name}, 'idonkey_statusbar_show_paused', 1); + Irssi::settings_add_int($IRSSI{name}, 'idonkey_update_interval', 0); |