From 99a70e0dac224bf34ab2753bafc1344c04991b2a Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Tue, 20 Nov 2012 00:06:18 -0500 Subject: Added a comment related to previous commit. --- src/prettytable.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/prettytable.cpp') diff --git a/src/prettytable.cpp b/src/prettytable.cpp index 10ee060..4a9b922 100644 --- a/src/prettytable.cpp +++ b/src/prettytable.cpp @@ -51,7 +51,8 @@ PrettyTable::on_application_opened(MatewnckScreen* screen, MatewnckApplication* Glib::RefPtr icon; - + + // Make sure that icon_name is a valid symlink before loading. f = fopen (icon_name, "r"); if (f != NULL) { fclose (f); -- cgit v1.2.1