Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 29 Dec 2014 14:07:25 UTC Commit: 894b81d5312b69a040773427b99b45db26d40f0c https://github.com/geany/geany-plugins/commit/894b81d5312b69a040773427b99b45...
Log Message: ----------- projectorganizer: use "folder" icon name instead of "gtk-directory"
This fixes missing folder icons in the sidebar on OS X (and hopefully Windows too).
Modified Paths: -------------- projectorganizer/src/prjorg-sidebar.c
Modified: projectorganizer/src/prjorg-sidebar.c 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -868,7 +868,7 @@ static void create_branch(gint level, GSList *leaf_list, GtkTreeIter *parent, GtkTreeIter iter; gchar **path_arr = dir_list->data; gchar *last_dir_name; - GIcon *icon_dir = g_icon_new_for_string("gtk-directory", NULL); + GIcon *icon_dir = g_icon_new_for_string("folder", NULL);
last_dir_name = path_arr[level];
@@ -1042,7 +1042,7 @@ static void load_project(void) if (!prj_org || !geany_data->app->project) return;
- icon_dir = g_icon_new_for_string("gtk-directory", NULL); + icon_dir = g_icon_new_for_string("folder", NULL);
header_patterns = get_precompiled_patterns(prj_org->header_patterns); source_patterns = get_precompiled_patterns(prj_org->source_patterns);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org