Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Re #61: Fix ANOTHER missed icon name
Browse files Browse the repository at this point in the history
Another case of 5c9eea. I think I've got them all now!

Also changed a "set_icon()" call.

Fixes #61
  • Loading branch information
IBBoard committed Nov 25, 2019
1 parent 69afb15 commit 59fa250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Expand Up @@ -64,7 +64,7 @@ public class MainWindow : Gtk.ApplicationWindow {
this.get_style_context ().add_class ("cawbird-window");
/* Create widgets */
this.set_show_menubar (false);
this.set_icon_name ("cawbird");
this.set_icon_name ("uk.co.ibboard.cawbird");
this.delete_event.connect (window_delete_cb);

this.headerbar = new Gtk.HeaderBar ();
Expand Down
2 changes: 1 addition & 1 deletion ui/account-create-widget.ui
Expand Up @@ -15,7 +15,7 @@
<child>
<object class="GtkImage">
<property name="visible">1</property>
<property name="icon-name">cawbird</property>
<property name="icon-name">uk.co.ibboard.cawbird</property>
<property name="halign">center</property>
<property name="margin-bottom">24</property>
<property name="pixel-size">128</property>
Expand Down

0 comments on commit 59fa250

Please sign in to comment.