[Xfce4-commits] <xfce4-embed-plugin:master> Launch configuration dialog when there are no settings.

David Schneider noreply at xfce.org
Sun Jan 1 21:44:37 CET 2012


Updating branch refs/heads/master
         to 5a2c9e5e1d64e24490c46666111dd7bd0a33e64e (commit)
       from 657eb5a95ff6a03a5218cea935972835be00f923 (commit)

commit 5a2c9e5e1d64e24490c46666111dd7bd0a33e64e
Author: David Schneider <dnschneid at gmail.com>
Date:   Fri Dec 30 19:44:39 2011 -0500

    Launch configuration dialog when there are no settings.

 panel-plugin/embed.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/panel-plugin/embed.c b/panel-plugin/embed.c
index fae5de4..381f951 100644
--- a/panel-plugin/embed.c
+++ b/panel-plugin/embed.c
@@ -160,6 +160,8 @@ embed_read (EmbedPlugin *embed)
   embed->poll_delay  = DEFAULT_POLL_DELAY;
   embed->min_size    = DEFAULT_MIN_SIZE;
   embed->expand      = DEFAULT_EXPAND;
+
+  embed_configure (embed->plugin, embed);
 }
 
 


More information about the Xfce4-commits mailing list