summaryrefslogtreecommitdiff
path: root/src/prettytable.cpp
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-11-20 00:06:18 -0500
committerSteve Zesch <[email protected]>2012-11-20 00:06:18 -0500
commit99a70e0dac224bf34ab2753bafc1344c04991b2a (patch)
tree6814970b0f6b053a0209ce696e1ef5b67686f07f /src/prettytable.cpp
parent42e355492516efe168b1ad16e3762610402fce10 (diff)
downloadmate-system-monitor-99a70e0dac224bf34ab2753bafc1344c04991b2a.tar.bz2
mate-system-monitor-99a70e0dac224bf34ab2753bafc1344c04991b2a.tar.xz
Added a comment related to previous commit.
Diffstat (limited to 'src/prettytable.cpp')
-rw-r--r--src/prettytable.cpp3
1 files changed, 2 insertions, 1 deletions
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<Gdk::Pixbuf> icon;
-
+
+ // Make sure that icon_name is a valid symlink before loading.
f = fopen (icon_name, "r");
if (f != NULL) {
fclose (f);