~seif/+junk/ellocco

« back to all changes in this revision

Viewing changes to src/launcher-gtk.py

  • Committer: Ted Gould
  • Date: 2011-04-27 16:19:00 UTC
  • Revision ID: ted@gould.cx-20110427161900-1mmueaqr6lku6k10
Porting over to GIR Champlain

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
import gobject
5
5
from zeitgeist.datamodel import Event, Subject, Interpretation, Manifestation
6
 
import champlaingtk 
7
 
import champlain
 
6
from gi.repository import GtkChamplain
 
7
from gi.repository import Champlain
8
8
from datasink import SUPPORTED_SOURCES, datasink, match_interpretation
9
9
import gtk
10
10
import pango
25
25
        self.sidebar = Sidebar()
26
26
        hbox.pack_end(self.sidebar, False, False)
27
27
 
28
 
        embed = champlaingtk.ChamplainEmbed()
 
28
        embed = GtkChamplain.ChamplainEmbed()
29
29
        embed.set_size_request(640, 480)
30
30
 
31
31
        self.view = embed.get_view()