~ubuntu-branches/ubuntu/utopic/mugshot/utopic

« back to all changes in this revision

Viewing changes to mugshot/CameraMugshotDialog.py

  • Committer: Package Import Robot
  • Author(s): Sean Davis
  • Date: 2014-09-01 20:23:33 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140901202333-izr5f0h9y8o1u170
Tags: 0.2.5-0ubuntu1
* New upstream release.
  - Fix: mugshot fails to start for some users (LP: #1353530)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#
9
9
#   This program is free software: you can redistribute it and/or modify it
10
10
#   under the terms of the GNU General Public License as published by
11
 
#   the Free Software Foundation, either version 3 of the License, or 
 
11
#   the Free Software Foundation, either version 3 of the License, or
12
12
#   (at your option) any later version.
13
13
#
14
14
#   This program is distributed in the hope that it will be useful, but
149
149
        if not self.realized:
150
150
            self._set_video_window_id()
151
151
        if not self.realized:
152
 
            logger.error(_("Cannot display camera output."
 
152
            logger.error(_("Cannot display camera output. "
153
153
                         "Ignoring play command"))
154
154
        else:
155
155
            if self.camerabin: