aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-06-14 06:53:11 +0000
committerChristian Grothoff <christian@grothoff.org>2008-06-14 06:53:11 +0000
commit3bcc888660e2a03ecae7d28a8842b8cba8cecd0e (patch)
tree12f08b12bd0d873c39fc4289910c6280f07292f3
parentbdf9460c2d2f88966a716dcc275de23da18ca6b8 (diff)
downloadgnunet-gtk-3bcc888660e2a03ecae7d28a8842b8cba8cecd0e.tar.gz
gnunet-gtk-3bcc888660e2a03ecae7d28a8842b8cba8cecd0e.zip
indent
-rw-r--r--src/core/main.c3
-rw-r--r--src/plugins/chat/chat.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 7ea4929a..52dc2a12 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -75,8 +75,7 @@ setIconSearchPath ()
75 char *buf; 75 char *buf;
76 76
77 dataDir = GNUNET_get_installation_path (GNUNET_IPK_DATADIR); 77 dataDir = GNUNET_get_installation_path (GNUNET_IPK_DATADIR);
78 buf = 78 buf = GNUNET_malloc (strlen (dataDir) + strlen ("../icons/") + 2);
79 GNUNET_malloc (strlen (dataDir) + strlen ("../icons/") + 2);
80 strcpy (buf, dataDir); 79 strcpy (buf, dataDir);
81 strcat (buf, "../icons/"); 80 strcat (buf, "../icons/");
82 gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), buf); 81 gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), buf);
diff --git a/src/plugins/chat/chat.c b/src/plugins/chat/chat.c
index 20c35ba2..7452edac 100644
--- a/src/plugins/chat/chat.c
+++ b/src/plugins/chat/chat.c
@@ -164,7 +164,7 @@ remove_nick_save_call (void *arg)
164 164
165 165
166/** 166/**
167 * This method is called when the user clicks on 167 * This method is called when the user clicks on
168 * the "CANCEL (X)" button in the TAB of the 168 * the "CANCEL (X)" button in the TAB of the
169 * chat notebook. 169 * chat notebook.
170 */ 170 */