[gegl/video-rejuvenation: 17/83] ui: improve name of populate_path_list()



commit 5e1554a747233a781e9a77f9289d7a9930507902
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Oct 13 21:57:25 2015 +0200

    ui: improve name of populate_path_list()

 bin/mrg-ui.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bin/mrg-ui.c b/bin/mrg-ui.c
index 8f77e73..ce13286 100644
--- a/bin/mrg-ui.c
+++ b/bin/mrg-ui.c
@@ -97,7 +97,7 @@ typedef struct ActionData {
   const char *op_name;
 } ActionData;
 
-/* white-list of operations useful for improving photos
+/* white-list of operations useful for improving/altering photos
  */
 ActionData actions[]={
   {"rotate",            10,  "gegl:rotate"},
@@ -224,7 +224,7 @@ static int str_has_visual_suffix (char *path)
   return str_has_image_suffix (path) || str_has_video_suffix (path);
 }
 
-static void populate_paths (State *o)
+static void populate_path_list (State *o)
 {
   struct dirent **namelist;
   int i;
@@ -1131,7 +1131,7 @@ static void load_path (State *o)
 {
   char *path;
   char *meta;
-  populate_paths (o);
+  populate_path_list (o);
   if (is_gegl_path (o->path))
   {
     if (o->save_path)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]