[Github-comments] [geany/geany-plugins] Workbench (#598)
LarsGit223
notifications at xxxxx
Sat Aug 19 09:05:54 UTC 2017
LarsGit223 commented on this pull request.
> + position++;
+ sidebar_insert_project_directory(project, elem->data, &iter);
+ }
+ }
+ else
+ {
+ icon = g_icon_new_for_string("workbench-nodirs", NULL);
+
+ gtk_tree_store_insert_with_values(sidebar.file_store, &iter, parent, *position,
+ FILEVIEW_COLUMN_ICON, icon,
+ FILEVIEW_COLUMN_NAME, _("No directories"),
+ FILEVIEW_COLUMN_DATA_ID, DATA_ID_NO_DIRS,
+ -1);
+ position++;
+ }
+ g_object_unref(icon);
Done.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/598#discussion_r134087177
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170819/d95a917f/attachment.html>
More information about the Github-comments
mailing list