Update funding to include liberapay. Remove some commented out code.
This commit is contained in:
parent
6fb3852f09
commit
625c1be645
2 changed files with 1 additions and 3 deletions
|
@ -33,8 +33,6 @@ G_DEFINE_TYPE(KotoHeaderBar, koto_headerbar, GTK_TYPE_HEADER_BAR)
|
|||
static void koto_headerbar_class_init(KotoHeaderBarClass *c) {
|
||||
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS(c);
|
||||
gtk_widget_class_set_template_from_resource(widget_class, "/com/github/joshstrobl/koto/koto-headerbar.ui");
|
||||
//gtk_widget_class_bind_template_child(widget_class, KotoHeaderBar, menu_button);
|
||||
//gtk_widget_class_bind_template_child(widget_class, KotoHeaderBar, search);
|
||||
}
|
||||
|
||||
static void koto_headerbar_init(KotoHeaderBar *self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue