[the-board] [tb] Rename header constant to be consistent with file name
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board] [tb] Rename header constant to be consistent with file name
- Date: Sat, 2 Apr 2011 00:46:13 +0000 (UTC)
commit 9b4a2d98b593fd559d03a59a51ad36c29ec76b93
Author: Lucas Rocha <lucasr gnome org>
Date: Thu Mar 31 01:02:02 2011 +0100
[tb] Rename header constant to be consistent with file name
src/tb/tb-gio-util.h | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/tb/tb-gio-util.h b/src/tb/tb-gio-util.h
index cb8ac77..da7b6a2 100644
--- a/src/tb/tb-gio-util.h
+++ b/src/tb/tb-gio-util.h
@@ -1,6 +1,5 @@
-
-#ifndef __TB_FILE_UTIL_H__
-#define __TB_FILE_UTIL_H__
+#ifndef __TB_GIO_UTIL_H__
+#define __TB_GIO_UTIL_H__
#include <glib.h>
#include <gio/gio.h>
@@ -19,4 +18,4 @@ gboolean tb_g_file_delete_finish (GFile *file,
GAsyncResult *res,
GError **error);
-#endif /* __TB_FILE_UTIL_H__ */
+#endif /* __TB_GIO_UTIL_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]