diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index ac2385e..09d0c70 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -6,7 +6,7 @@ open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username +liberapay: joshuastrobl issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/src/koto-headerbar.c b/src/koto-headerbar.c index e408891..64dab78 100644 --- a/src/koto-headerbar.c +++ b/src/koto-headerbar.c @@ -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) {