[gnome-utils] [gsearchtool] Fix a compiler warning
- From: Dennis Cranston <dcransto src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-utils] [gsearchtool] Fix a compiler warning
- Date: Thu, 22 Oct 2009 05:01:29 +0000 (UTC)
commit 84fec1ab63acff0fbc9cf7a77b0423d6a48f2b5d
Author: Dennis Cranston <dennis_cranston yahoo com>
Date: Wed Oct 21 15:00:45 2009 -0700
[gsearchtool] Fix a compiler warning
gsearchtool/ChangeLog | 4 ++++
gsearchtool/gsearchtool-support.c | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gsearchtool/ChangeLog b/gsearchtool/ChangeLog
index b7d074d..271b81b 100644
--- a/gsearchtool/ChangeLog
+++ b/gsearchtool/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-21 Dennis Cranston <dennis_cranston yahoo com>
+
+ * gsearchtool-support.c: Fix a compiler warning.
+
2009-10-14 Dennis Cranston <dennis_cranston yahoo com>
* gsearchtool.c, gsearchtool-callbacks.[ch]: Resurrect the
diff --git a/gsearchtool/gsearchtool-support.c b/gsearchtool/gsearchtool-support.c
index 0e1bc46..3852178 100644
--- a/gsearchtool/gsearchtool-support.c
+++ b/gsearchtool/gsearchtool-support.c
@@ -1195,7 +1195,7 @@ open_file_with_filemanager (GtkWidget * window,
{
GDesktopAppInfo * d_app_info;
GKeyFile * key_file;
- GdkAppLaunchContext *ctx;
+ GdkAppLaunchContext * ctx = NULL;
GList * list = NULL;
GAppInfo * g_app_info;
GFile * g_file;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]