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
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
@ -6,7 +6,7 @@ open_collective: # Replace with a single Open Collective username
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
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
|
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
|
issuehunt: # Replace with a single IssueHunt username
|
||||||
otechie: # Replace with a single Otechie username
|
otechie: # Replace with a single Otechie username
|
||||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||||
|
|
|
@ -33,8 +33,6 @@ G_DEFINE_TYPE(KotoHeaderBar, koto_headerbar, GTK_TYPE_HEADER_BAR)
|
||||||
static void koto_headerbar_class_init(KotoHeaderBarClass *c) {
|
static void koto_headerbar_class_init(KotoHeaderBarClass *c) {
|
||||||
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS(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_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) {
|
static void koto_headerbar_init(KotoHeaderBar *self) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue