We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76a646 commit 9e312c4Copy full SHA for 9e312c4
capplets/appearance/theme-installer.c
@@ -290,7 +290,6 @@ invalid_theme_dialog (GtkWindow *parent,
290
291
static gboolean
292
mate_theme_install_real (GtkWindow *parent,
293
- gint filetype,
294
const gchar *tmp_dir,
295
const gchar *theme_name,
296
gboolean ask_user)
@@ -576,7 +575,6 @@ process_local_theme (GtkWindow *parent,
576
575
if (filetype == DIRECTORY) {
577
gchar *name = g_path_get_basename (path);
578
mate_theme_install_real (parent,
579
- filetype,
580
path,
581
name,
582
TRUE);
@@ -648,7 +646,6 @@ process_local_theme (GtkWindow *parent,
648
646
649
647
if (g_file_test (theme_dir, G_FILE_TEST_IS_DIR))
650
ok = mate_theme_install_real (parent,
651
652
theme_dir,
653
654
n_themes == 1);
0 commit comments