aboutsummaryrefslogtreecommitdiff
path: root/net-im/kf/files/patch-src-emoticons.c
blob: 5e3a66248883a520d023711a877cb5e6e28e952f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/emoticons.c.orig	Thu Dec 16 22:50:31 2004
+++ src/emoticons.c	Thu Dec 16 22:51:27 2004
@@ -347,9 +347,9 @@
 	gchar *caption;	/* Should be enough... */
 
 	if (kf_preferences_get_int ("chatShowStamps")) {
+		gchar *sstamp;
 		struct tm *stime;
 		stime = localtime ((time_t *) &stamp);
-		gchar *sstamp;
 
 		gtk_text_buffer_get_end_iter (buffer, &iter);
 		if (stamp < time (NULL) - 3600 * 24) {