Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/modalalert.py
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-09-03 09:42:27 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-09-07 09:14:25 (GMT)
commitbfbb3abc01b92cb6065cdb61b4690efc9b446d28 (patch)
tree63e3b25d5f8bd61c7bffc929b4519e91091b235d /src/jarabe/journal/modalalert.py
parent0c4c39649838a2f3d3222a55e53faff3d110a0bf (diff)
All: add missing Gdk imports
In PyGtk the Gdk imports were under gtk.gdk Now they are available in it's own module. This has not been handled by the conversion script. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'src/jarabe/journal/modalalert.py')
-rw-r--r--src/jarabe/journal/modalalert.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/journal/modalalert.py b/src/jarabe/journal/modalalert.py
index 01482f2..541d9c0 100644
--- a/src/jarabe/journal/modalalert.py
+++ b/src/jarabe/journal/modalalert.py
@@ -15,6 +15,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from gi.repository import Gtk
+from gi.repository import Gdk
from gettext import gettext as _
from gi.repository import GConf