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-05 16:14:56 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2013-02-05 16:14:56 (GMT)
commitea6a69e84aecfb7b6af18ae18f5d0ae2a2b52829 (patch)
tree832089e1e94ac653cd54290a6f19bf07eb5b6fd3
parent0d75bb12c1ce7f7b4ab2522b7b4557437f2b2a70 (diff)
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.
-rw-r--r--src/jarabe/model/shell.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jarabe/model/shell.py b/src/jarabe/model/shell.py
index 4641b2b..34817df 100644
--- a/src/jarabe/model/shell.py
+++ b/src/jarabe/model/shell.py
@@ -550,7 +550,8 @@ class ShellModel(GObject.GObject):
xid)
gdk_window.set_decorations(0)
- if service_name == 'org.laptop.JournalActivity':
+ if (service_name == 'org.laptop.JournalActivity') or \
+ (service_name == 'org.laptop.Oficina'):
window.maximize()
else:
from jarabe.view.keyhandler import get_handle_unaccumulate_osk_func