[gegl/video-rejuvenation: 17/60] ui: improve name of populate_path_list()
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/video-rejuvenation: 17/60] ui: improve name of populate_path_list()
- Date: Mon, 16 Nov 2015 22:14:54 +0000 (UTC)
commit 308c2749a0f16aba6224713a9e5533e85ea98419
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]