[Xfce4-commits] <parole:bluesabre/gtk3> Use parole icon for dialogs, do not disable subtitle font setting, improve plugin failure dialog
Sean Davis
noreply at xfce.org
Mon Sep 23 03:58:01 CEST 2013
Updating branch refs/heads/bluesabre/gtk3
to 130d28415d83ad17b0ba2177bc924077ad0609b9 (commit)
from ecb38cf19ff13fc8e03a714ae64a3caac6474231 (commit)
commit 130d28415d83ad17b0ba2177bc924077ad0609b9
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Sep 22 21:57:18 2013 -0400
Use parole icon for dialogs, do not disable subtitle font setting, improve plugin failure dialog
src/common/parole-common.c | 1 +
src/parole-conf-dialog.c | 1 -
src/parole-plugins-manager.c | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/common/parole-common.c b/src/common/parole-common.c
index 98afafc..29cdd7c 100644
--- a/src/common/parole-common.c
+++ b/src/common/parole-common.c
@@ -52,6 +52,7 @@ parole_dialog_show (GtkWindow *parent,
title);
gtk_window_set_title (GTK_WINDOW (dialog), window_title);
+ gtk_window_set_icon_name (GTK_WINDOW (dialog), "parole");
gtk_message_dialog_format_secondary_markup (GTK_MESSAGE_DIALOG (dialog), "%s", msg);
diff --git a/src/parole-conf-dialog.c b/src/parole-conf-dialog.c
index 23da686..9074e7e 100644
--- a/src/parole-conf-dialog.c
+++ b/src/parole-conf-dialog.c
@@ -513,7 +513,6 @@ parole_conf_dialog_set_defaults (ParoleConfDialog *self)
/* Update widget-states according to settings */
gtk_widget_set_sensitive (self->priv->vis_combox, vis_enabled);
- gtk_widget_set_sensitive (self->priv->font_button, subtitle);
gtk_switch_set_active (GTK_SWITCH (self->priv->toggle_vis), vis_enabled);
gtk_switch_set_active (GTK_SWITCH (self->priv->toggle_subtitle), subtitle);
diff --git a/src/parole-plugins-manager.c b/src/parole-plugins-manager.c
index bef4b80..de15205 100644
--- a/src/parole-plugins-manager.c
+++ b/src/parole-plugins-manager.c
@@ -405,7 +405,7 @@ parole_plugins_manager_show_plugins_pref (GtkWidget *widget, ParolePluginsManage
{
parole_dialog_info (GTK_WINDOW (manager->priv->main_window),
_("No installed plugins found on this system"),
- _("No installed plugins found on this system"));
+ _("Please check your installation."));
return;
}
More information about the Xfce4-commits
mailing list