]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- fixed array access
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Oct 2004 19:49:37 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WindowMaker-singleclick.patch -> 1.12

WindowMaker-singleclick.patch

index 9f0a671b939f27465299534d43216311fe499f8e..e52618cb98bfd6f0db2492631ab1524bf22c4735 100644 (file)
@@ -30,7 +30,7 @@
      WMSetButtonText(panel->swi[4], _("Disable confirmation panel for the Kill command."));
      WMSetButtonText(panel->swi[5], _("Disable selection animation for selected icons."));
      WMSetButtonText(panel->swi[6], _("Smooth font edges (needs restart)."));
-+    WMSetButtonText(panel->swi[8], _("Launch applications and restore windows with a single click"));
++    WMSetButtonText(panel->swi[7], _("Launch applications and restore windows with a single click"));
  
      WMSetButtonEnabled(panel->swi[6], True);
  
@@ -38,7 +38,7 @@
      SetBoolForKey(WMGetButtonSelected(panel->swi[4]), "DontConfirmKill");
      SetBoolForKey(WMGetButtonSelected(panel->swi[5]), "DisableBlinking");
      SetBoolForKey(WMGetButtonSelected(panel->swi[6]), "AntialiasedText");
-+    SetBoolForKey(WMGetButtonSelected(panel->swi[8]), "SingleClickLaunch");
++    SetBoolForKey(WMGetButtonSelected(panel->swi[7]), "SingleClickLaunch");
  }
  
  
This page took 0.067734 seconds and 4 git commands to generate.