]> git.pld-linux.org Git - packages/fluxbox.git/commitdiff
Outdated
authorareq <areq@pld-linux.org>
Sun, 14 Jul 2002 10:15:46 +0000 (10:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fluxbox-0.1.9-bugfix1.patch -> 1.2
    fluxbox-0.1.9-bugfix2.patch -> 1.2

fluxbox-0.1.9-bugfix1.patch [deleted file]
fluxbox-0.1.9-bugfix2.patch [deleted file]

diff --git a/fluxbox-0.1.9-bugfix1.patch b/fluxbox-0.1.9-bugfix1.patch
deleted file mode 100644 (file)
index 7860a09..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
---- fluxbox-0.1.9/configure.in Thu May 23 12:34:44 2002
-+++ fluxbox-0.1.9-bugfix1/configure.in Tue Jun  4 11:46:14 2002
-@@ -189,2 +189,3 @@
- AC_SUBST(NLS)
-+CXXFLAGS="$CXXFLAGS $NLS"
diff --git a/fluxbox-0.1.9-bugfix2.patch b/fluxbox-0.1.9-bugfix2.patch
deleted file mode 100644 (file)
index 800d404..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -U 1 -r fluxbox-0.1.9/src/Window.cc fluxbox-0.1.9-bugfix2/src/Window.cc
---- fluxbox-0.1.9/src/Window.cc        Tue May 21 23:22:05 2002
-+++ fluxbox-0.1.9-bugfix2/src/Window.cc        Mon Jun  3 19:12:23 2002
-@@ -295,4 +295,5 @@
--      //use tab? delayed this so that tabs wont "flicker" when creating windows
--      if (decorations.tab && fluxbox->useTabs())
-+      // use tab? and don't create a tab on windows that's not
-+      // maximizable as default (such as dialogs)
-+      if (decorations.tab && fluxbox->useTabs() && decorations.maximize)
-               tab = new Tab(this, 0, 0);
-@@ -435,3 +436,5 @@
--      if (client.window) {
-+      // Make sure we don't remove
-+      // a slit client from the list
-+      if (managed) {
-               fluxbox->removeWindowSearch(client.window);
-Only in fluxbox-0.1.9-bugfix2/src: Window.cc~
-diff -U 1 -r fluxbox-0.1.9/src/Workspace.cc fluxbox-0.1.9-bugfix2/src/Workspace.cc
---- fluxbox-0.1.9/src/Workspace.cc     Fri May 17 13:03:36 2002
-+++ fluxbox-0.1.9-bugfix2/src/Workspace.cc     Mon Jun  3 19:11:51 2002
-@@ -24,3 +24,3 @@
--// $Id$
-+// $Id$
-@@ -95,2 +95,3 @@
-       //if there isn't any window that's focused, just add it to the end of the list
-+      /*
-       if (focused == 0) {
-@@ -115,4 +116,6 @@
-       }
--      
--      
-+      */
-+      //add to list
-+      m_clientmenu.insert(w->getTitle().c_str());
-+      windowList.push_back(w);
-       
This page took 0.062333 seconds and 4 git commands to generate.