add comment for previous commit

This commit is contained in:
Hylke Bons 2012-09-27 23:02:03 +02:00
parent 97e07f8799
commit 5d8db49862

View file

@ -28,10 +28,11 @@ namespace SparkleShare {
{
IconTheme icon_theme = new IconTheme ();
// foreach (string search_path in IconTheme.Default.SearchPath)
// icon_theme.AppendSearchPath (search_path);
// foreach (string search_path in IconTheme.Default.SearchPath)
// icon_theme.AppendSearchPath (search_path);
// FIXME: Temporary hack to work around a bug in IconTheme.SearchPath in Gtk# on 64-bit systems
// FIXME: Temporary workaround for a bug in IconTheme.SearchPath in Gtk# on 64-bit systems
// https://github.com/mono/gtk-sharp/commit/9c54fd5ae77f63d11fdc6873a3cb90691990e37f
icon_theme.AppendSearchPath ("/usr/share/icons");
icon_theme.AppendSearchPath ("/usr/local/share/icons");
icon_theme.AppendSearchPath ("/opt/local/share/icons");