aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-12-06 23:13:26 +0100
committerThomas White <taw@bitwiz.org.uk>2013-12-06 23:13:26 +0100
commit1adc490d552edde21b8b7a42657bc053f7a842a5 (patch)
tree1a375be5a2fb491ea7b24a1689a3aecafd2a17e2 /src/mainwindow.c
parentd44a426026ec89488cd2a0c7a4b19b7b292d4ffd (diff)
More re-ordering fixes
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index fcd49a1..1b6c4b3 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -129,7 +129,7 @@ static void show_error(struct presentation *p, const char *message)
}
-static void update_toolbar(struct presentation *p)
+void update_toolbar(struct presentation *p)
{
GtkWidget *d;
int cur_slide_number;