|
@@ -333,6 +333,9 @@ on_show (IridiumWindow *self, gpointer user_data)
|
|
|
secret_password_free (password);
|
|
secret_password_free (password);
|
|
|
g_free (server);
|
|
g_free (server);
|
|
|
g_free (email);
|
|
g_free (email);
|
|
|
|
|
+
|
|
|
|
|
+ gtk_widget_show_all (GTK_WIDGET (self->tag_list));
|
|
|
|
|
+ gtk_widget_show_all (GTK_WIDGET (self->note_list));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
static void
|
|
@@ -468,9 +471,5 @@ iridium_window_init (IridiumWindow *self)
|
|
|
gtk_style_context_add_provider_for_screen (gtk_window_get_screen (GTK_WINDOW (self)), provider, GTK_STYLE_PROVIDER_PRIORITY_USER);
|
|
gtk_style_context_add_provider_for_screen (gtk_window_get_screen (GTK_WINDOW (self)), provider, GTK_STYLE_PROVIDER_PRIORITY_USER);
|
|
|
|
|
|
|
|
gtk_list_box_set_filter_func (self->note_list, (GtkListBoxFilterFunc) note_visible, self, NULL);
|
|
gtk_list_box_set_filter_func (self->note_list, (GtkListBoxFilterFunc) note_visible, self, NULL);
|
|
|
-
|
|
|
|
|
gtk_list_box_set_sort_func (self->note_list, (GtkListBoxSortFunc) note_date_cmp, NULL, NULL);
|
|
gtk_list_box_set_sort_func (self->note_list, (GtkListBoxSortFunc) note_date_cmp, NULL, NULL);
|
|
|
-
|
|
|
|
|
- gtk_widget_show_all (GTK_WIDGET (self->tag_list));
|
|
|
|
|
- gtk_widget_show_all (GTK_WIDGET (self->note_list));
|
|
|
|
|
}
|
|
}
|