[byzanz] Make the applet respect panel background settings
- From: Benjamin Otte <otte src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [byzanz] Make the applet respect panel background settings
- Date: Fri, 28 Aug 2009 14:03:09 +0000 (UTC)
commit 5d796451f444784e8e1bd94893446b969a2f3698
Author: Benjamin Otte <otte gnome org>
Date: Fri Aug 28 10:55:20 2009 +0200
Make the applet respect panel background settings
src/byzanzapplet.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/byzanzapplet.c b/src/byzanzapplet.c
index ced35a8..3e4529a 100644
--- a/src/byzanzapplet.c
+++ b/src/byzanzapplet.c
@@ -361,6 +361,7 @@ byzanz_applet_fill (PanelApplet *applet, const gchar *iid, gpointer data)
gtk_container_add (GTK_CONTAINER (priv->button), priv->image);
g_signal_connect (priv->button, "toggled", G_CALLBACK (button_clicked_cb), priv);
gtk_container_add (GTK_CONTAINER (priv->applet), priv->button);
+ panel_applet_set_background_widget (applet, priv->button);
byzanz_applet_update (priv);
gtk_widget_show_all (GTK_WIDGET (applet));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]