forked from pool/ktorrent
This commit is contained in:
committed by
Git OBS Bridge
parent
7f62d5273f
commit
b207dc458b
@@ -154,3 +154,13 @@
|
|||||||
break;
|
break;
|
||||||
case 'e':
|
case 'e':
|
||||||
if(it.key()=="encription")
|
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)));
|
||||||
|
@@ -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
|
Wed Sep 26 16:58:34 CEST 2007 - stbinner@suse.de
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ License: GPL v2 or later
|
|||||||
Group: Productivity/Networking/File-Sharing
|
Group: Productivity/Networking/File-Sharing
|
||||||
Summary: KDE BitTorrent Client
|
Summary: KDE BitTorrent Client
|
||||||
Version: 2.2.2
|
Version: 2.2.2
|
||||||
Release: 1
|
Release: 5
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define rversion 2.2.2
|
%define rversion 2.2.2
|
||||||
Source: %{name}-%{rversion}.tar.bz2
|
Source: %{name}-%{rversion}.tar.bz2
|
||||||
@@ -119,6 +119,8 @@ kde_post_install
|
|||||||
/opt/kde3/share/services/*.desktop
|
/opt/kde3/share/services/*.desktop
|
||||||
/opt/kde3/share/servicetypes/*.desktop
|
/opt/kde3/share/servicetypes/*.desktop
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 11 2007 - stbinner@suse.de
|
||||||
|
- hide non-funtioncal DHT preference groupbox (#332221)
|
||||||
* Wed Sep 26 2007 - stbinner@suse.de
|
* Wed Sep 26 2007 - stbinner@suse.de
|
||||||
- update to 2.2.2, second bugfix release for version 2.2
|
- update to 2.2.2, second bugfix release for version 2.2
|
||||||
* Sun Aug 19 2007 - stbinner@suse.de
|
* Sun Aug 19 2007 - stbinner@suse.de
|
||||||
|
Reference in New Issue
Block a user