aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'fastiv.c')
-rw-r--r--fastiv.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fastiv.c b/fastiv.c
index c967364..d5ce540 100644
--- a/fastiv.c
+++ b/fastiv.c
@@ -243,6 +243,11 @@ load_directory(const gchar *dirname)
} else {
show_error_dialog(error);
}
+
+ gtk_widget_set_sensitive(
+ g.toolbar[TOOLBAR_FILE_PREVIOUS], g.files->len > 1);
+ gtk_widget_set_sensitive(
+ g.toolbar[TOOLBAR_FILE_NEXT], g.files->len > 1);
g_ptr_array_add(g.files, NULL);
// XXX: When something outside the filtered entries is open, the index is