diff options
author | rbuj <[email protected]> | 2021-10-27 17:23:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 21:45:51 +0100 |
commit | 17ccb4f4bd610252e4ea600546750ddcc09c855a (patch) | |
tree | e1cc1783e0d46cb80c52d2a40b748925141f25ee /font-viewer | |
parent | 9d702031671fa8aa4cdf6ea512b3f59b8ea3da37 (diff) | |
download | mate-control-center-17ccb4f4bd610252e4ea600546750ddcc09c855a.tar.bz2 mate-control-center-17ccb4f4bd610252e4ea600546750ddcc09c855a.tar.xz |
Use a blank line at most
Diffstat (limited to 'font-viewer')
-rw-r--r-- | font-viewer/font-model.c | 1 | ||||
-rw-r--r-- | font-viewer/font-view.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/font-viewer/font-model.c b/font-viewer/font-model.c index 4cc0cd4f..8e3b4dea 100644 --- a/font-viewer/font-model.c +++ b/font-viewer/font-model.c @@ -588,7 +588,6 @@ font_view_model_init (FontViewModel *self) font_view_model_sort_func, NULL, NULL); - self->priv->fallback_icon = get_fallback_icon (); g_idle_add (ensure_font_list_idle, self); diff --git a/font-viewer/font-view.c b/font-viewer/font-view.c index 995e2021..826369d9 100644 --- a/font-viewer/font-view.c +++ b/font-viewer/font-view.c @@ -402,7 +402,6 @@ install_button_clicked_cb (GtkButton *button, dest_file = g_file_get_child (dest_location, dest_filename); g_free (dest_filename); - /* TODO: show error dialog if file exists */ g_file_copy_async (self->font_file, dest_file, G_FILE_COPY_NONE, 0, NULL, NULL, NULL, font_install_finished_cb, self); |