[gthumb] default extensions: removed photobucket, fixed indentation



commit 9cf66f53b7b8ac05bdcede1c7dbeb3ceaaf39b22
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Nov 21 09:29:09 2019 +0100

    default extensions: removed photobucket, fixed indentation

 gthumb/gth-main.c | 85 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 44 insertions(+), 41 deletions(-)
---
diff --git a/gthumb/gth-main.c b/gthumb/gth-main.c
index 736bd12f..b827b7cd 100644
--- a/gthumb/gth-main.c
+++ b/gthumb/gth-main.c
@@ -1342,49 +1342,52 @@ gth_main_get_default_color_manager (void)
 void
 gth_main_activate_extensions (void)
 {
-       const char *mandatory_extensions[] = {  "file_viewer", /* keep the file viewer before any other 
viewer (see comment in gth-browser:file_metadata_ready_cb). */
+       const char *mandatory_extensions[] = {
+               "file_viewer", /* keep the file viewer before any other viewer (see comment in 
gth-browser:file_metadata_ready_cb). */
 #ifdef HAVE_LIBJPEG
-                                               "jpeg_utils",  /* mandatory if jpeg support is activated at 
compile time */
+               "jpeg_utils",  /* mandatory if jpeg support is activated at compile time */
 #endif
-                                               "cairo_io",
-                                               "image_viewer",
-                                               "file_tools",
-                                               NULL };
-       const char *default_extensions[] = {    "23hq",
-                                               "bookmarks",
-                                               "burn_disc",
-                                               "catalogs",
-                                               "change_date",
-                                               "comments",
-                                               "contact_sheet",
-                                               "convert_format",
-                                               "desktop_background",
-                                               "edit_metadata",
-                                               "exiv2_tools",
-                                               "facebook",
-                                               "file_manager",
-                                               "find_duplicates",
-                                               "flicker",
-                                               "gstreamer_tools",
-                                               "gstreamer_utils",
-                                               "image_print",
-                                               "image_rotation",
-                                               "importer",
-                                               "jpeg_utils",
-                                               "list_tools",
-                                               "oauth",
-                                               "photo_importer",
-                                               "photobucket",
-                                               "picasaweb",
-                                               "raw_files",
-                                               "red_eye_removal",
-                                               "rename_series",
-                                               "resize_images",
-                                               "search",
-                                               "selections",
-                                               "slideshow",
-                                               "webalbums",
-                                               NULL };
+               "cairo_io",
+               "image_viewer",
+               "file_tools",
+               NULL
+       };
+       const char *default_extensions[] = {
+               "23hq",
+               "bookmarks",
+               "burn_disc",
+               "catalogs",
+               "change_date",
+               "comments",
+               "contact_sheet",
+               "convert_format",
+               "desktop_background",
+               "edit_metadata",
+               "exiv2_tools",
+               "facebook",
+               "file_manager",
+               "find_duplicates",
+               "flicker",
+               "gstreamer_tools",
+               "gstreamer_utils",
+               "image_print",
+               "image_rotation",
+               "importer",
+               "jpeg_utils",
+               "list_tools",
+               "oauth",
+               "photo_importer",
+               "picasaweb",
+               "raw_files",
+               "red_eye_removal",
+               "rename_series",
+               "resize_images",
+               "search",
+               "selections",
+               "slideshow",
+               "webalbums",
+               NULL
+       };
        GSettings            *settings;
        char                **user_actived_extensions;
        char                **actived_extensions;


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