changeset 2468:faf8f7e202f5

Additional Fix #245: Eliminate run-time error
author Colin Clark <cclark@mcb.net>
date Thu, 27 Apr 2017 10:57:36 +0100
parents d286a43ba3b5
children 67c8cff1dc39
files src/layout.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/layout.c	Fri Apr 14 16:03:13 2017 +0100
+++ b/src/layout.c	Thu Apr 27 10:57:36 2017 +0100
@@ -634,7 +634,7 @@
 
 	if (!n)
 		{
-		gtk_label_set_text(GTK_LABEL(lw->info_zoom), "");
+		gtk_button_set_label(GTK_BUTTON(lw->info_zoom), "");
 		gtk_label_set_text(GTK_LABEL(lw->info_details), "");
 		}
 	else