gnome-terminal r2798 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-terminal r2798 - trunk/src
- Date: Thu, 29 May 2008 19:55:17 +0000 (UTC)
Author: chpe
Date: Thu May 29 19:55:17 2008
New Revision: 2798
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2798&view=rev
Log:
If force_write is TRUE, really do force a property update.
Modified:
trunk/src/terminal-profile.c
Modified: trunk/src/terminal-profile.c
==============================================================================
--- trunk/src/terminal-profile.c (original)
+++ trunk/src/terminal-profile.c Thu May 29 19:55:17 2008
@@ -689,7 +689,7 @@
g_strdup_value_contents (g_value_array_get_nth (priv->properties, pspec->param_id)),
g_strdup_value_contents (&value));)
- if (!equal)
+ if (!equal || force_write)
{
if (!force_write && priv->initialising)
terminal_profile_set_property (G_OBJECT (profile), pspec->param_id, &value, pspec);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]