summaryrefslogtreecommitdiff
path: root/portato/plugins
diff options
context:
space:
mode:
authornecoro <>2007-03-31 20:53:44 +0000
committernecoro <>2007-03-31 20:53:44 +0000
commit39af97830aacfc2eee1b51b45423e0245898b5bf (patch)
treed01232b8d3ab1781d4ebb134673010353a4ee76b /portato/plugins
parent5223b0ea180b7dbfd77ba52f1355328f1558c884 (diff)
downloadportato-39af97830aacfc2eee1b51b45423e0245898b5bf.tar.gz
portato-39af97830aacfc2eee1b51b45423e0245898b5bf.tar.bz2
portato-39af97830aacfc2eee1b51b45423e0245898b5bf.zip
Some small changes for etcproposals 1.1
Diffstat (limited to '')
-rw-r--r--portato/plugins/etc_proposals.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/plugins/etc_proposals.py b/portato/plugins/etc_proposals.py
index 90f3f3f..cdf0a87 100644
--- a/portato/plugins/etc_proposals.py
+++ b/portato/plugins/etc_proposals.py
@@ -38,7 +38,7 @@ def etc_prop (*args, **kwargs):
if l > 0:
Popen("etc-proposals")
else:
- Popen(["etc-proposals", "--frontend gtk", "--fastexit"])
+ Popen(["etc-proposals", "--frontend", "gtk", "--fastexit"])
def etc_prop_menu (*args, **kwargs):
if not am_i_root():
@@ -47,4 +47,4 @@ def etc_prop_menu (*args, **kwargs):
if float(__version__) < 1.1:
Popen("etc-proposals")
else:
- Popen(["etc-proposals", "--frontend gtk"])
+ Popen(["etc-proposals", "--frontend", "gtk"])
57f625794bdf7d186ff21f4255c45&follow=1'>-mRené Neumann1-14/+17 2012-02-23Unify cci outputRené Neumann1-10/+15 2012-02-23Make the stg-version into a variable ... no need to run python multiple timesRené Neumann1-6/+5 2012-02-23Port cci to new stgit versionRené Neumann2-4/+19 2012-02-23Do not use the find-theorems-form in PGRené Neumann1-1/+1 2012-01-30ebuild_error_on_trailing_whitespace is deprecatedRené 'Necoro' Neumann1-1/+0 2012-01-10Add 'block' command to mako syntaxRené 'Necoro' Neumann1-2/+2 2012-01-10Changes needed for haddock browser.René 'Necoro' Neumann1-1/+2 2011-12-09Update haskellmodeRené Neumann1-2/+1 2011-12-09Update haskellmodeRené Neumann5-82/+228 2011-11-21Set Poly/ML as the default SML interpreter.René Neumann1-0/+3 2011-11-21Added support for jedit.René Neumann2-4/+11 2011-11-16Make 'hg k' work similar to 'git k'René 'Necoro' Neumann1-0/+3 2011-10-14'tabgroup' -> 'tabgroups'René 'Necoro' Neumann1-1/+1 2011-10-14Switch from openoffice alias to libreoffice (ooffice -> soffice)René 'Necoro' Neumann1-2/+2 2011-10-14Make the quotes in ProofGeneral to be nearly invisibleRené Neumann1-1/+1 2011-08-23Disable hightlighting of the domain in the FF urlbarRené Neumann1-0/+3 2011-08-12Enhance IE scriptRené Neumann1-6/+7 2011-08-11BlaRené 'Necoro' Neumann1-0/+2 2011-08-11Local fontsRené 'Necoro' Neumann1-13/+22 2011-08-11Better inconsolata thingsRené Neumann4-4/+13 2011-08-10Moved some functions to their own filesRené Neumann3-124/+120 2011-08-10More advanced IE scriptRené Neumann2-1/+74 2011-08-10Inconsolata also in emacsRené Neumann1-1/+1 2011-08-10Better vim fontsRené 'Necoro' Neumann1-1/+1 2011-08-09ooffice aliasRené Neumann1-0/+2 2011-08-09Update the needed hg-extensions.René Neumann1-1/+2 2011-06-08gtkrc stuff for Qt-Gtk-StyleRené 'Necoro' Neumann2-0/+8 2011-06-08Updated fonts.conf to work better on lcdsRené 'Necoro' Neumann1-17/+6