[Xfce4-commits] <xfce4-dict:master> fix wrong callback argument

Enrico Tröger noreply at xfce.org
Sun Sep 19 12:44:02 CEST 2010


Updating branch refs/heads/master
         to 3b9d50855706c6f96512f9fa5a09878104acf8de (commit)
       from 65546b23449ced89bba4fe5d64d415d3b1ca9762 (commit)

commit 3b9d50855706c6f96512f9fa5a09878104acf8de
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date:   Sun Sep 19 12:37:24 2010 +0200

    fix wrong callback argument

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

diff --git a/panel-plugin/xfce4-dict-plugin.c b/panel-plugin/xfce4-dict-plugin.c
index 6047db8..5374b18 100644
--- a/panel-plugin/xfce4-dict-plugin.c
+++ b/panel-plugin/xfce4-dict-plugin.c
@@ -371,7 +371,7 @@ static gboolean entry_buttonpress_cb(GtkWidget *entry, GdkEventButton *event, Di
 }
 
 
-static void entry_changed_cb(GtkEditable *editable, DictData *dd)
+static void entry_changed_cb(GtkEditable *editable, DictPanelData *dpd)
 {
 	entry_is_dirty = TRUE;
 }



More information about the Xfce4-commits mailing list