[Xfce4-commits] <xfce4-embed-plugin:master> Removed about dialog; we don't need it.

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


Updating branch refs/heads/master
         to ed3314b6fadace0d78d334e0e07b460e107e61f3 (commit)
       from aea573224bf37c34f07b6c38080a70fe76492886 (commit)

commit ed3314b6fadace0d78d334e0e07b460e107e61f3
Author: David Schneider <dnschneid at gmail.com>
Date:   Fri Dec 30 18:13:39 2011 -0500

    Removed about dialog; we don't need it.

 panel-plugin/embed-dialogs.c |    9 ---------
 panel-plugin/embed.c         |    5 -----
 2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/panel-plugin/embed-dialogs.c b/panel-plugin/embed-dialogs.c
index 828cd01..d766ccd 100644
--- a/panel-plugin/embed-dialogs.c
+++ b/panel-plugin/embed-dialogs.c
@@ -284,12 +284,3 @@ embed_configure (XfcePanelPlugin *plugin, EmbedPlugin *embed)
   /* show the entire dialog */
   gtk_widget_show (dialog);
 }
-
-
-
-void
-embed_about (XfcePanelPlugin *plugin)
-{
-  /* about dialog code. you can use the GtkAboutDialog
-   * or the XfceAboutInfo widget */
-}
diff --git a/panel-plugin/embed.c b/panel-plugin/embed.c
index 40009b6..c6c17ab 100644
--- a/panel-plugin/embed.c
+++ b/panel-plugin/embed.c
@@ -891,11 +891,6 @@ embed_construct (XfcePanelPlugin *plugin)
   g_signal_connect (G_OBJECT (plugin), "configure-plugin",
                     G_CALLBACK (embed_configure), embed);
 
-  /* show the about menu item and connect signal */
-  xfce_panel_plugin_menu_show_about (plugin);
-  g_signal_connect (G_OBJECT (plugin), "about",
-                    G_CALLBACK (embed_about), NULL);
-
   /* Register our own event filter to avoid having to poll X11 properties.
    * No events will actually trigger until we call XSelectInput elsewhere. */
   gdk_window_add_filter (gdk_get_default_root_window (),


More information about the Xfce4-commits mailing list