From 73868c81b04ee2ecef07009b065cdcc16953029d Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sat, 18 Feb 2017 17:05:52 +0100 Subject: [PATCH] Removed debug comment --- src/mainwindow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainwindow.c b/src/mainwindow.c index 958dca7..b3939c6 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -670,7 +670,6 @@ void mainWindow_entrySelected(GtkWidget *widget, gpointer user_data) g_free(summary); g_free(temp); } else { - //gtk_text_buffer_set_text(mainWindow->textBuffer, "", 0); mainWindow_set_text(mainWindow, ""); gtk_label_set_text(GTK_LABEL(mainWindow->labelSummary), "Please select an entry in the list above."); }