[Xfce4-commits] <xfce4-settings:bluesabre/display-settings> Give the popup-widget a name so that themers can play with it

Simon Steinbeiss noreply at xfce.org
Fri Oct 5 23:50:01 CEST 2012


Updating branch refs/heads/bluesabre/display-settings
         to ae4849b39142b05a121302c1d02b93f93905beea (commit)
       from 5aa5e499eb2cc8510d00014803f2884350d7ff44 (commit)

commit ae4849b39142b05a121302c1d02b93f93905beea
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 files changed, 1 insertions(+), 0 deletions(-)

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