@xiota commented on this pull request.


In projectorganizer/src/prjorg-sidebar.c:

> @@ -300,6 +300,181 @@ static void on_follow_active(GtkToggleToolButton *button, G_GNUC_UNUSED gpointer
 }
 
 
+/* returns parent folder of path from get_full_path_for_selection()
+ *   if unable to find parent folder, returns home folder
+ *   otherwise, returns NULL
+ * return path is in locale encoding */
+static gchar *get_folder_for_selection(void)

I didn't know about parent_dir_for_create(). Renaming to get_dir_of_selection(). Changing get_folder_for_selection() to get_fallback_dir_of_selection().


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.