File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ static void _piwigo_conflict_changed(GtkWidget *widget,
691691
692692/** Refresh albums */
693693static gboolean _piwigo_refresh_albums (dt_storage_piwigo_gui_data_t * ui ,
694- const gchar * select_album )
694+ const gchar * select_album )
695695{
696696 gtk_widget_set_sensitive (GTK_WIDGET (ui -> album_list ), FALSE);
697697 gtk_widget_set_sensitive (GTK_WIDGET (ui -> parent_album_list ), FALSE);
@@ -1164,6 +1164,8 @@ void gui_init(dt_imageio_module_storage_t *self)
11641164 ui -> create_box ,
11651165 dt_gui_hbox (dt_ui_label_new (_ ("filename pattern" )), ui -> filename_pattern_entry ),
11661166 ui -> conflict_action );
1167+
1168+ storage_login (self );
11671169}
11681170
11691171void gui_cleanup (dt_imageio_module_storage_t * self )
You can’t perform that action at this time.
0 commit comments