File xfce4-dict-0.6.0-fix-wrong-callback-arg.patch of Package xfce4-dict
From 3b9d50855706c6f96512f9fa5a09878104acf8de Mon Sep 17 00:00:00 2001
From: Enrico Tröger <enrico.troeger@uvena.de>
Date: Sun, 19 Sep 2010 10:37:24 +0000
Subject: fix wrong callback argument
---
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;
}
--
cgit v0.8.3.4