[Xfce4-commits] <xfce4-settings:bluesabre/display-settings> Give the popup-widget a name so that themers can play with it
Nick Schermer
noreply at xfce.org
Mon Dec 9 12:56:44 CET 2013
Updating branch refs/heads/bluesabre/display-settings
to e28c32cf6d6712ebc9a7d2fe2425ee9180bbc25e (commit)
from e9b4cc39bd9f2f8a7711c3e5efdb2ad37c183093 (commit)
commit e28c32cf6d6712ebc9a7d2fe2425ee9180bbc25e
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Oct 5 23:48:28 2012 +0200
Give the popup-widget a name so that themers can play with it
dialogs/display-settings/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index 6a50c2d..de5a9f8 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -1074,6 +1074,7 @@ display_setting_identify_display (gint display_id,
identity_popup_ui_length, &error) != 0)
{
popup = (GtkWidget *) gtk_builder_get_object(builder, "popup");
+ gtk_widget_set_name(GTK_WIDGET(popup),"XfceDisplayDialogPopup");
gtk_widget_set_app_paintable(popup, TRUE);
g_signal_connect( G_OBJECT(popup), "expose-event", G_CALLBACK(display_setting_identity_popup_expose), NULL );
More information about the Xfce4-commits
mailing list