public
Description: Talk is a small, Clutter-based presentation application
Clone URL: git://github.com/ebassi/talk.git
Add more bits to the 'who am I' slide of the FOSDEM talk
Emmanuele Bassi (author)
Thu Feb 21 01:15:22 -0800 2008
commit  952045cf89c324b33ccf2fbbead73fb4e1f4217d
tree    2a6dd40f4f63cf42fbd3901322259ce32d1d3492
parent  1b7019585e2c03ce084defc7ed8ff2a995f76999
...
38
39
40
41
 
42
 
43
44
45
...
38
39
40
 
41
42
43
44
45
46
0
@@ -38,8 +38,9 @@ class FosdemTalk:
0
         items = [ \
0
           'Emmanuele Bassi', \
0
           'OpenedHand employee', \
0
- 'Clutter API Grue', \
0
+ 'Clutter API Grue since 2006', \
0
           'Bindings author/maintainer', \
0
+ 'GTK+ developer', \
0
         ]
0
         slide = BulletSlide(bullets=items)
0
         self._collection.append_slide(slide)

Comments

    No one has commented yet.