~ubuntu-branches/ubuntu/edgy/kopete/edgy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/kubuntu_02_tabs_hover_close_button.diff

  • Committer: Bazaar Package Importer
  • Author(s): Sarah Hobbs
  • Date: 2006-07-14 23:45:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060714234558-gq6jzmy117r2pj4r
Tags: 4:3.5.4+kopete0.12.1-0ubuntu1
* New upstream version
* Reverted patch 01_kopete_kdesktop_freeze.diff (fixed upstream)
* Reverted patch 02_icq_version_too_old.diff (fixed upstream)
* Bumped Version so that this gets installed, instead of the kopete in kdenetwork

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur kopete-3.5.3+kopete0.12.0/kopete/kopete/chatwindow/kopetechatwindow.cpp kopete-3.5.3+kopete0.12.0.new/kopete/kopete/chatwindow/kopetechatwindow.cpp
2
 
--- kopete-3.5.3+kopete0.12.0/kopete/kopete/chatwindow/kopetechatwindow.cpp     2006-05-31 02:24:04.000000000 +0200
3
 
+++ kopete-3.5.3+kopete0.12.0.new/kopete/kopete/chatwindow/kopetechatwindow.cpp 2006-07-22 18:26:15.000000000 +0200
4
 
@@ -591,7 +591,7 @@
5
 
 
6
 
                m_tabBar = new KTabWidget( mainArea );
7
 
                m_tabBar->setSizePolicy( QSizePolicy( QSizePolicy::Expanding, QSizePolicy::Expanding ) );
8
 
-               m_tabBar->setHoverCloseButton(KGlobal::config()->readBoolEntry( QString::fromLatin1("HoverClose"), false ));
9
 
+               m_tabBar->setHoverCloseButton(KGlobal::config()->readBoolEntry( QString::fromLatin1("HoverClose"), true ));
10
 
                m_tabBar->setTabReorderingEnabled(true);
11
 
 #if KDE_IS_VERSION(3,4,0)
12
 
                m_tabBar->setAutomaticResizeTabs(true);