anjuta r4185 - in trunk: . plugins/symbol-browser
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4185 - in trunk: . plugins/symbol-browser
- Date: Tue, 26 Aug 2008 10:56:19 +0000 (UTC)
Author: jhs
Date: Tue Aug 26 10:56:19 2008
New Revision: 4185
URL: http://svn.gnome.org/viewvc/anjuta?rev=4185&view=rev
Log:
2008-08-26 Yuriy Penkin <yuriy penkin gmail com>
reviewed by: Johannes Schmid <jhs gnome org>
* plugins/symbol-browser/plugin.c (update_editor_symbol_model):
#549405 â There are warnings when I create a new file
Modified:
trunk/ChangeLog
trunk/plugins/symbol-browser/plugin.c
Modified: trunk/plugins/symbol-browser/plugin.c
==============================================================================
--- trunk/plugins/symbol-browser/plugin.c (original)
+++ trunk/plugins/symbol-browser/plugin.c Tue Aug 26 10:56:19 2008
@@ -740,10 +740,10 @@
ui = anjuta_shell_get_ui (ANJUTA_PLUGIN (sv_plugin)->shell, NULL);
file = ianjuta_file_get_file (IANJUTA_FILE (editor), NULL);
- uri = g_file_get_uri (file);
- g_object_unref (file);
- if (uri)
+ if (file)
{
+ uri = g_file_get_uri (file);
+ g_object_unref (file);
gchar *local_filename;
GtkTreeModel *file_symbol_model;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]