~ubuntu-branches/debian/sid/qpdfview/sid

« back to all changes in this revision

Viewing changes to debian/patches/settings.patch

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2013-05-26 13:52:50 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20130526135250-s1rhw935iqd8fcfs
Tags: 0.4.3-1
* New upstream release.
* Added menu file and fetch xpm icon file in debian folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Updates shortcut settings at startup.
2
 
Origin:      upstream: https://launchpad.net/qpdfview
3
 
Author:      Adam Reichold <adamreichold@myopera.com>
4
 
Last-Update: 2013-04-22
5
 
--- a/sources/mainwindow.cpp
6
 
+++ b/sources/mainwindow.cpp
7
 
@@ -100,6 +100,8 @@
8
 
     }
9
 
 
10
 
     m_shortcutHandler = new ShortcutHandler(this);
11
 
+
12
 
+      m_shortcutHandler->submit();
13
 
 
14
 
     setAcceptDrops(true);
15
 
 
16