summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
authorNecoro <>2008-02-12 23:34:58 +0000
committerNecoro <>2008-02-12 23:34:58 +0000
commit5ca8207c8704690fd518b3acb3a28063ce412fbd (patch)
tree4c0e3965688d499f65dbbea4a78203e59450d61e /portato
parentdb2433793c7315b61f7cbd106a5bbf003c97c575 (diff)
downloadportato-5ca8207c8704690fd518b3acb3a28063ce412fbd.tar.gz
portato-5ca8207c8704690fd518b3acb3a28063ce412fbd.tar.bz2
portato-5ca8207c8704690fd518b3acb3a28063ce412fbd.zip
r771@Devoty: necoro | 2008-02-13 00:34:42 +0100
fixes
Diffstat (limited to '')
-rwxr-xr-xportato.py2
-rw-r--r--portato/gui/gtk/windows.py7
2 files changed, 1 insertions, 8 deletions
diff --git a/portato.py b/portato.py
index bffccec..f426192 100755
--- a/portato.py
+++ b/portato.py
@@ -101,8 +101,6 @@ def main ():
rw = shm.create_semaphore(InitialValue = 1, permissions = 0600)
additional = []
- if options.check:
- additional.append("--check")
if options.frontend:
additional.extend(["--frontend", options.frontend])
diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py
index ceefe0c..19dbfff 100644
--- a/portato/gui/gtk/windows.py
+++ b/portato/gui/gtk/windows.py
@@ -1616,15 +1616,10 @@ class MainWindow (Window):
store, it = sel.get_selected()
if it:
package = store.get_value(it, 0)
- if not self.cfg.get_local(package, "oneshot"):
- set = True
- else:
- set = False
+ set = (package not in self.queue.oneshotmerge)
- self.cfg.set_local(package, "oneshot", set)
self.queue.append(package, update = True, oneshot = set, forceUpdate = True)
-
def cb_pause_emerge (self, curr):
def pause (cb):
self.emergePaused = cb.get_active()
oro' Neumann3-2/+199 working dir. 2013-10-22Use chpwd_functions and precmd_functions instead of putting everything inRené 'Necoro' Neumann1-19/+23 precmd(). 2013-09-30urxvt: execute the wgetpaste check each timeRené 'Necoro' Neumann1-2/+5 2013-09-30urxvt: wgetpaste fixRené 'Necoro' Neumann1-4/+4 2013-09-30Allow HOME variable in .Xresources.René 'Necoro' Neumann2-3/+3 2013-09-30wgetpaste support for urxvt.René 'Necoro' Neumann2-1/+28 2013-09-30Urxvt autotransform for <filename>:<line>.René 'Necoro' Neumann1-1/+4 2013-09-30Remove tabbed(x) from urxvt. We use i3 -- no need for it.René 'Necoro' Neumann1-9/+0 2013-09-30Do not display icon in urxvt. It's not supported by i3 anyway.René 'Necoro' Neumann1-1/+1 2013-09-29Remove wrong monitors lineRené 'Necoro' Neumann1-1/+0 2013-09-29Delete vimperator paste plugin -- seems not to work anymore with new FFRené 'Necoro' Neumann1-266/+0 versions. And it wasn't used anyway. 2013-09-29Use $HOST instead of Cauchiy in titleRené 'Necoro' Neumann1-1/+1 2013-09-24Remove herbstluftwmRené 'Necoro' Neumann1-1/+0 2013-09-24Conky changesRené 'Necoro' Neumann2-5/+13 2013-09-15Remove trailing slash from \~ulpRené 'Necoro' Neumann1-1/+1 2013-09-15Make cci explicitly use python2René 'Necoro' Neumann1-1/+1 2013-09-10Node/NPM preparationRené 'Necoro' Neumann3-1/+13