mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
39934a83eb
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
368 B
Diff
11 lines
368 B
Diff
--- a/src/gimmix-playlist.c
|
|
+++ b/src/gimmix-playlist.c
|
|
@@ -60,7 +60,7 @@
|
|
static gchar *invalid_dir_error = "You have specified an invalid music directory. Do you want to specify the correct music directory now ?";
|
|
|
|
GtkWidget *search_combo;
|
|
-GtkWidget *search_entry;
|
|
+extern GtkWidget *search_entry;
|
|
GtkWidget *search_box;
|
|
|
|
static GtkWidget *gimmix_statusbar;
|