Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2013-02-06 12:17:41 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2013-02-06 12:17:41 (GMT)
commit7971bda3208d525f1a856e36d68551b1ad82c3a3 (patch)
treede217302ce4f4a89dfd036f6858c1e55664d61e9
parent81b6bd93de697886e2816d62d185583f6575a4a0 (diff)
Revert "sdxo#2978; Now, when the journal-entry is opened with "Paint", it opens fine. Note though, that now "Paint" can not me minimized to accumulate OSK."
This reverts commit ea6a69e84aecfb7b6af18ae18f5d0ae2a2b52829.
-rw-r--r--src/jarabe/model/shell.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jarabe/model/shell.py b/src/jarabe/model/shell.py
index 34817df..4641b2b 100644
--- a/src/jarabe/model/shell.py
+++ b/src/jarabe/model/shell.py
@@ -550,8 +550,7 @@ class ShellModel(GObject.GObject):
xid)
gdk_window.set_decorations(0)
- if (service_name == 'org.laptop.JournalActivity') or \
- (service_name == 'org.laptop.Oficina'):
+ if service_name == 'org.laptop.JournalActivity':
window.maximize()
else:
from jarabe.view.keyhandler import get_handle_unaccumulate_osk_func