diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ef1106 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +src/dialogs.o +gtk2-mpv-player diff --git a/src/controls.o b/src/controls.o deleted file mode 100644 index c538db8..0000000 Binary files a/src/controls.o and /dev/null differ diff --git a/src/dialogs.c b/src/dialogs.c index 90c7627..27ff21d 100644 --- a/src/dialogs.c +++ b/src/dialogs.c @@ -331,8 +331,11 @@ void dialogs_show_about(GtkWindow *parent) GtkWidget *copyright_label = gtk_label_new("© 2026 laki"); gtk_box_pack_start(GTK_BOX(about_vbox), copyright_label, FALSE, FALSE, 0); - GtkWidget *link_label = gtk_link_button_new_with_label("https://github.com/mpv-player/mpv", "Powered by libmpv"); - gtk_box_pack_start(GTK_BOX(about_vbox), link_label, FALSE, FALSE, 0); + GtkWidget *link_label1 = gtk_link_button_new_with_label("https://github.com/mpv-player/mpv", "Powered by libmpv"); + gtk_box_pack_start(GTK_BOX(about_vbox), link_label1, FALSE, FALSE, 0); + + GtkWidget *link_label2 = gtk_link_button_new_with_label("https://lakiweb.net/article/gtk2/software-directory.html", "More GTK2 Software Available Here!"); + gtk_box_pack_start(GTK_BOX(about_vbox), link_label2, FALSE, FALSE, 0); gtk_notebook_append_page(GTK_NOTEBOOK(notebook), about_vbox, gtk_label_new("About")); diff --git a/src/dialogs.o b/src/dialogs.o deleted file mode 100644 index a8fba44..0000000 Binary files a/src/dialogs.o and /dev/null differ diff --git a/src/main.o b/src/main.o deleted file mode 100644 index 0db3b3b..0000000 Binary files a/src/main.o and /dev/null differ diff --git a/src/mpris.o b/src/mpris.o deleted file mode 100644 index d9ef08b..0000000 Binary files a/src/mpris.o and /dev/null differ diff --git a/src/mpv_loader.o b/src/mpv_loader.o deleted file mode 100644 index 938fc17..0000000 Binary files a/src/mpv_loader.o and /dev/null differ diff --git a/src/player.o b/src/player.o deleted file mode 100644 index 76c45b5..0000000 Binary files a/src/player.o and /dev/null differ diff --git a/src/playlist.o b/src/playlist.o deleted file mode 100644 index dc16184..0000000 Binary files a/src/playlist.o and /dev/null differ diff --git a/src/ui.o b/src/ui.o deleted file mode 100644 index ea719b1..0000000 Binary files a/src/ui.o and /dev/null differ