[Xfce4-commits] <thunar:master> Fix compiler warnings/errors in the trash panel applet.
Jannis Pohlmann
noreply at xfce.org
Tue Sep 29 15:42:01 CEST 2009
Updating branch refs/heads/master
to 3a37a385567711a271d86eaeb9b9fe09acc904f8 (commit)
from 7b7a01ae6ba9bbcfe674772df0e0edb0a5e36f65 (commit)
commit 3a37a385567711a271d86eaeb9b9fe09acc904f8
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Tue Sep 29 15:41:15 2009 +0200
Fix compiler warnings/errors in the trash panel applet.
plugins/thunar-tpa/thunar-tpa-icon.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/plugins/thunar-tpa/thunar-tpa-icon.c b/plugins/thunar-tpa/thunar-tpa-icon.c
index b6cf309..d6b22b9 100644
--- a/plugins/thunar-tpa/thunar-tpa-icon.c
+++ b/plugins/thunar-tpa/thunar-tpa-icon.c
@@ -43,8 +43,6 @@ enum
-static void thunar_tpa_icon_class_init (ThunarTpaIconClass *klass);
-static void thunar_tpa_icon_init (ThunarTpaIcon *icon);
static void thunar_tpa_icon_finalize (GObject *object);
static void thunar_tpa_icon_get_property (GObject *object,
guint prop_id,
@@ -431,7 +429,7 @@ thunar_tpa_icon_drag_data_received (GtkWidget *button,
gint y,
GtkSelectionData *selection_data,
guint info,
- guint time,
+ guint timestamp,
ThunarTpaIcon *icon)
{
gboolean succeed = FALSE;
@@ -454,7 +452,7 @@ thunar_tpa_icon_drag_data_received (GtkWidget *button,
}
/* finish the drag */
- gtk_drag_finish (context, succeed, TRUE, time);
+ gtk_drag_finish (context, succeed, TRUE, timestamp);
}
More information about the Xfce4-commits
mailing list