Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wadealer committed Jan 6, 2012
1 parent 39ad2d1 commit 91cb0c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion patches/0690-psi-muc-minimize-to-roster.diff
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@
}
else {
if (PsiOptions::instance()->getOption("options.ui.tabs.tab-singles").toString().contains(tabManager_->tabKind(this))) {
@@ -268,3 +271,10 @@ const QIcon &TabbableWidget::icon() cons
@@ -268,3 +271,11 @@ const QIcon &TabbableWidget::icon() cons
{
return icon_;
}
Expand All @@ -874,6 +874,7 @@
+ getManagingTabDlg()->hideTab(this);
+ else
+ hide();
+}
--- psi.orig/src/tabs/tabbablewidget.h
+++ psi/src/tabs/tabbablewidget.h
@@ -84,6 +84,7 @@ public slots:
Expand Down

0 comments on commit 91cb0c4

Please sign in to comment.