Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 7ded9ce0a427d2a57e8ba7a0921be680 > files > 1

lxterminal-0.1.7-2.fc13.src.rpm

From 92897593fccf0c1ad37670bf0cd3ce7ff04e1d97 Mon Sep 17 00:00:00 2001
From: Marty Jack <martyj@linux.local>
Date: Mon, 29 Mar 2010 16:59:33 -0400
Subject: [PATCH 11/60] Fix one function prototype

---
 src/lxterminal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lxterminal.c b/src/lxterminal.c
index 60712bb..6782dc7 100644
--- a/src/lxterminal.c
+++ b/src/lxterminal.c
@@ -62,7 +62,7 @@ static const GdkColor linux_color[16] =
 static void gdk_window_get_geometry_hints(GdkWindow * window, GdkGeometry * geometry, GdkWindowHints * geometry_mask);
 
 /* Utilities. */
-static void terminal_get_padding(Term * term, GtkBorder * border);
+static GtkBorder * terminal_get_border(Term * term);
 static void terminal_geometry_restore(Term * term);
 static void terminal_tab_set_position(GtkWidget * notebook, gint tab_position);
 
-- 
1.7.0.1