[Pkg-xfce-commits] r210 - in goodies/xfce4-terminal/debian: .
patches
Yves-Alexis Perez
corsac-guest at costa.debian.org
Sun Jul 24 08:07:05 UTC 2005
Author: corsac-guest
Date: 2005-07-24 08:07:04 +0000 (Sun, 24 Jul 2005)
New Revision: 210
Added:
goodies/xfce4-terminal/debian/README.Debian
goodies/xfce4-terminal/debian/patches/01_cycle-tabs-default-change.patch
Modified:
goodies/xfce4-terminal/debian/changelog
Log:
Changed the default behavior of the cycle tabs.
Added: goodies/xfce4-terminal/debian/README.Debian
===================================================================
--- goodies/xfce4-terminal/debian/README.Debian 2005-07-14 09:06:23 UTC (rev 209)
+++ goodies/xfce4-terminal/debian/README.Debian 2005-07-24 08:07:04 UTC (rev 210)
@@ -0,0 +1,3 @@
+In Terminal when you cycle through tabs, the default behaviour is to stop at theend and at the beginning.
+
+For xfce4-terminal, we have set an hidden option in ~/.config/Terminal/terminalrc, called MiscCycleTabs, and set to true by default, so the prev/next tab command will cycle. You can change this by adding a line with MiscCycleTabs=FALSE in the terminalrc file.
Modified: goodies/xfce4-terminal/debian/changelog
===================================================================
--- goodies/xfce4-terminal/debian/changelog 2005-07-14 09:06:23 UTC (rev 209)
+++ goodies/xfce4-terminal/debian/changelog 2005-07-24 08:07:04 UTC (rev 210)
@@ -1,3 +1,10 @@
+xfce4-terminal (0.2.4-4) unstable; urgency=low
+
+ * Yves-Alexis Perez
+ - Changed default behaviour for the cycle tabs options
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Sun, 24 Jul 2005 10:05:55 +0200
+
xfce4-terminal (0.2.4-3) unstable; urgency=low
* Yves-Alexis Perez
Added: goodies/xfce4-terminal/debian/patches/01_cycle-tabs-default-change.patch
===================================================================
--- goodies/xfce4-terminal/debian/patches/01_cycle-tabs-default-change.patch 2005-07-14 09:06:23 UTC (rev 209)
+++ goodies/xfce4-terminal/debian/patches/01_cycle-tabs-default-change.patch 2005-07-24 08:07:04 UTC (rev 210)
@@ -0,0 +1,11 @@
+--- terminal-preferences.c.old 2005-07-24 09:52:03.000000000 +0200
++++ terminal-preferences.c 2005-07-24 09:52:34.000000000 +0200
+@@ -998,7 +998,7 @@
+ g_param_spec_boolean ("misc-cycle-tabs",
+ _("Cycle tabs"),
+ _("Allow cycling through tabs"),
+- FALSE,
++ TRUE,
+ G_PARAM_READWRITE));
+
+ /**
More information about the Pkg-xfce-commits
mailing list