SHA256
1
0
forked from pool/ktorrent
OBS User unknown 2007-10-11 19:31:24 +00:00 committed by Git OBS Bridge
parent 7f62d5273f
commit b207dc458b
3 changed files with 18 additions and 1 deletions

View File

@ -154,3 +154,13 @@
break;
case 'e':
if(it.key()=="encription")
--- apps/ktorrent/pref.cpp 2007/10/11 12:04:22 1.9
+++ apps/ktorrent/pref.cpp 2007/10/11 12:14:09
@@ -228,6 +228,7 @@
updateData();
connect(gp->custom_ip_check, SIGNAL(toggled(bool)),
this, SLOT(customIPChecked(bool)));
+ gp->groupBox4->setShown(false);
#if 0
connect(gp->use_dht, SIGNAL(toggled(bool)),
this, SLOT(dhtChecked(bool)));

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 11 14:16:54 CEST 2007 - stbinner@suse.de
- hide non-funtioncal DHT preference groupbox (#332221)
-------------------------------------------------------------------
Wed Sep 26 16:58:34 CEST 2007 - stbinner@suse.de

View File

@ -20,7 +20,7 @@ License: GPL v2 or later
Group: Productivity/Networking/File-Sharing
Summary: KDE BitTorrent Client
Version: 2.2.2
Release: 1
Release: 5
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion 2.2.2
Source: %{name}-%{rversion}.tar.bz2
@ -119,6 +119,8 @@ kde_post_install
/opt/kde3/share/services/*.desktop
/opt/kde3/share/servicetypes/*.desktop
%changelog
* Thu Oct 11 2007 - stbinner@suse.de
- hide non-funtioncal DHT preference groupbox (#332221)
* Wed Sep 26 2007 - stbinner@suse.de
- update to 2.2.2, second bugfix release for version 2.2
* Sun Aug 19 2007 - stbinner@suse.de