[Xfce4-commits] [xfce/xfce4-settings] 52/57: color: Small cleanup
noreply at xfce.org
noreply at xfce.org
Thu Mar 21 22:14:40 CET 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-settings.
commit 0582983705498127db4d2adf0b1d56b224936001
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Feb 28 00:27:47 2019 +0100
color: Small cleanup
---
dialogs/color-settings/main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dialogs/color-settings/main.c b/dialogs/color-settings/main.c
index a3c0d4f..e4c5b50 100644
--- a/dialogs/color-settings/main.c
+++ b/dialogs/color-settings/main.c
@@ -577,7 +577,7 @@ color_settings_profile_remove_cb (GtkWidget *widget, ColorSettings *settings)
static void
-color_settings_profile_info_view (CdProfile *profile, ColorSettings *settings, gboolean embed)
+color_settings_profile_info_view (CdProfile *profile, ColorSettings *settings)
{
gchar *cli;
guint xid;
@@ -626,7 +626,7 @@ color_settings_assign_profile_info_cb (GtkWidget *widget, ColorSettings *setting
g_warning ("failed to get the active profile");
return;
}
- color_settings_profile_info_view (profile, settings, TRUE);
+ color_settings_profile_info_view (profile, settings);
}
@@ -646,7 +646,7 @@ color_settings_profile_info_cb (GtkWidget *widget, ColorSettings *settings)
g_warning ("failed to get the active profile");
return;
}
- color_settings_profile_info_view (profile, settings, FALSE);
+ color_settings_profile_info_view (profile, settings);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list