diff options
author | Steve Zesch <[email protected]> | 2012-11-20 00:06:18 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-11-20 00:06:18 -0500 |
commit | 99a70e0dac224bf34ab2753bafc1344c04991b2a (patch) | |
tree | 6814970b0f6b053a0209ce696e1ef5b67686f07f | |
parent | 42e355492516efe168b1ad16e3762610402fce10 (diff) | |
download | mate-system-monitor-99a70e0dac224bf34ab2753bafc1344c04991b2a.tar.bz2 mate-system-monitor-99a70e0dac224bf34ab2753bafc1344c04991b2a.tar.xz |
Added a comment related to previous commit.
-rw-r--r-- | src/prettytable.cpp | 3 |
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); |