Skip to content

Commit

Permalink
modules/end/front: use face-smile as header_icon and main icon
Browse files Browse the repository at this point in the history
  • Loading branch information
g7 committed Nov 11, 2014
1 parent 9f07084 commit c126271
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion linstaller/modules/end/front/glade/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Frontend(glade.Frontend):

header_title = _("Installation finished")
header_subtitle = _("Press Reboot to restart to the installed system.")
header_icon = "gtk-ok"
header_icon = "face-smile"

def ready(self):
""" Ready! (to wait...) """
Expand Down
9 changes: 5 additions & 4 deletions linstaller/modules/end/front/glade/module.glade
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<interface>
<!-- interface-requires gtk+ 3.0 -->
<requires lib="gtk+" version="3.0"/>
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<child>
Expand Down Expand Up @@ -29,7 +30,7 @@
<property name="ypad">3</property>
<property name="pixel_size">200</property>
<property name="icon_name">gtk-execute</property>
<property name="icon-size">6</property>
<property name="icon_size">6</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -90,8 +91,8 @@
<property name="yalign">0.30000001192092896</property>
<property name="ypad">3</property>
<property name="pixel_size">200</property>
<property name="icon_name">gtk-ok</property>
<property name="icon-size">6</property>
<property name="icon_name">face-smile</property>
<property name="icon_size">6</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit c126271

Please sign in to comment.