diff options
author | Brian J. Murrell <[email protected]> | 2012-02-23 20:49:54 -0500 |
---|---|---|
committer | Brian J. Murrell <[email protected]> | 2012-02-23 20:52:34 -0500 |
commit | 5fcd54e8b74acf364cc348850f69a1a416b89692 (patch) | |
tree | 08e39fcc6441359674c5b30f59d332195d743138 /mate-panel/panel-test-applets.c | |
parent | d7851474e28e1aa65cbdabe0d3b4032afc7d40f3 (diff) | |
download | mate-panel-5fcd54e8b74acf364cc348850f69a1a416b89692.tar.bz2 mate-panel-5fcd54e8b74acf364cc348850f69a1a416b89692.tar.xz |
fix for GNOME bug 632369
Diffstat (limited to 'mate-panel/panel-test-applets.c')
-rw-r--r-- | mate-panel/panel-test-applets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-panel/panel-test-applets.c b/mate-panel/panel-test-applets.c index ed844c89..f17ad8d1 100644 --- a/mate-panel/panel-test-applets.c +++ b/mate-panel/panel-test-applets.c @@ -164,6 +164,7 @@ load_applet_into_window (const char *title, g_variant_builder_add (&builder, "{sv}", "orient", g_variant_new_uint32 (orientation)); mate_panel_applet_container_add (MATE_PANEL_APPLET_CONTAINER (container), + gtk_widget_get_screen (applet_window), title, NULL, (GAsyncReadyCallback)applet_activated_cb, applet_window, |