summaryrefslogtreecommitdiff
path: root/gtk/gtksocket.c
diff options
context:
space:
mode:
authorDaniel Egger <degger@fhm.edu>2001-11-14 21:50:00 +0000
committerDaniel Egger <egger@src.gnome.org>2001-11-14 21:50:00 +0000
commit5694bcb0eef619134b5253d7f622db227e624c6e (patch)
tree175423ab76ffa2960ab29569181b07c65def9623 /gtk/gtksocket.c
parent82a6dc936528d482fe3878c6f87a1186dfb186d3 (diff)
downloadgtk+-5694bcb0eef619134b5253d7f622db227e624c6e.tar.gz
Remove unused static function. (xpm_skip_string): Dito.
2001-11-14 Daniel Egger <degger@fhm.edu> * gdk-pixbuf/io-xpm.c: (xpm_skip_whitespaces): Remove unused static function. (xpm_skip_string): Dito. (xpm_extract_color): Declare const variable const to avoid warnings. * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function. * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code. * gtk/gtksocket.c: Change type of mask to g_message to %ld for a long.
Diffstat (limited to 'gtk/gtksocket.c')
-rw-r--r--gtk/gtksocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksocket.c b/gtk/gtksocket.c
index c8802c2e6a..a617467e68 100644
--- a/gtk/gtksocket.c
+++ b/gtk/gtksocket.c
@@ -1071,7 +1071,7 @@ send_xembed_message (GtkSocket *socket,
guint32 time)
{
GTK_NOTE(PLUGSOCKET,
- g_message ("GtkSocket: Sending XEMBED message of type %d", message));
+ g_message ("GtkSocket: Sending XEMBED message of type %ld", message));
if (socket->plug_window)
{