<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libayatana-indicator/libindicator/indicator-object.c, branch 0.5.0</title>
<subtitle>Ayatana Indicators Shared Library
</subtitle>
<id>https://openid.arctica-project.org/libayatana-indicator/atom?h=0.5.0</id>
<link rel='self' href='https://openid.arctica-project.org/libayatana-indicator/atom?h=0.5.0'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/'/>
<updated>2012-02-29T20:58:03+00:00</updated>
<entry>
<title>silence Coverity warning "PW.BRANCH_PAST_INITIALIZATION - CID 10615" reported in Bug #939061 </title>
<updated>2012-02-29T20:58:03+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-02-29T20:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=9e2278a994df1d5a237e4f21bc191965323653c9'/>
<id>urn:sha1:9e2278a994df1d5a237e4f21bc191965323653c9</id>
<content type='text'>
Coverity is unhappy that the local variable "priv" is uninitialized if one of the goto branches is followed in this function. Since we only use priv once, a fairly clean way of sidestepping this warning is removing the local variable "priv" and instead using INDICATOR_OBJECT_GET_PRIVATE()'s return pointer directly.

</content>
</entry>
<entry>
<title>tweak: use g_clear_object() instead of if-not-null-g_object_unref()</title>
<updated>2012-02-29T20:55:23+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-02-29T20:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=b6454804274860b4716ed6eae826a340e87408d0'/>
<id>urn:sha1:b6454804274860b4716ed6eae826a340e87408d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing unenforcable consts</title>
<updated>2012-02-22T18:18:01+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-02-22T18:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=975ee36fd391d7b9c75289dc306267b5acbd3882'/>
<id>urn:sha1:975ee36fd391d7b9c75289dc306267b5acbd3882</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indicator_object_dispose: remove unneeded list of entries</title>
<updated>2012-02-13T18:38:10+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-02-13T18:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=b2ca0dbe7704098144b6ccd103dd760ad7dd3636'/>
<id>urn:sha1:b2ca0dbe7704098144b6ccd103dd760ad7dd3636</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indicator_object_dispose: use _set_visible instead of reimplementing it</title>
<updated>2012-02-13T18:15:03+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-02-13T18:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=73c0659d30445a2202faf1d0b87c2464f02b51e3'/>
<id>urn:sha1:73c0659d30445a2202faf1d0b87c2464f02b51e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indicator_object_set_visible: no need to check for ENTRY_INIT</title>
<updated>2012-02-13T18:08:27+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-02-13T18:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=e7780ac9f99dda5fea04721be0b2b26050442c8c'/>
<id>urn:sha1:e7780ac9f99dda5fea04721be0b2b26050442c8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indicator_object_set_visible: only emit entry-{added,removed} when visibility actually changed</title>
<updated>2012-02-12T12:40:21+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars.uebernickel@canonical.com</email>
</author>
<published>2012-02-12T12:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=5f599a8cabbbc451e6c0846598453eb2618d4405'/>
<id>urn:sha1:5f599a8cabbbc451e6c0846598453eb2618d4405</id>
<content type='text'>
Emitting those signals is semantically incorrect.  It also confused
indicator-loader and the panel, because they are not checking whether an entry
is already present in their entry-added handlers.  This led to gtk warnings
("widget already has a parent") and strange effects, such as the same menu
being added multiple times into the panel.

</content>
</entry>
<entry>
<title>IndicatorObject: update object parent in any case.</title>
<updated>2012-01-25T17:10:29+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2012-01-25T17:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=1baaf2880f44fea4519f323e3da425318af6c688'/>
<id>urn:sha1:1baaf2880f44fea4519f323e3da425318af6c688</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Indicator-Object: update the parent_object value only if the entry is valid.</title>
<updated>2012-01-25T11:21:51+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2012-01-25T11:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=c9df18becfc38ab3e3a833d0095c26f5140800e1'/>
<id>urn:sha1:c9df18becfc38ab3e3a833d0095c26f5140800e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>IndicatorObject: correctly initialize the parent object.</title>
<updated>2012-01-25T10:55:37+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2012-01-25T10:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libayatana-indicator/commit/?id=0373d6fcb3f7b62028db4978ba215c403b43fed9'/>
<id>urn:sha1:0373d6fcb3f7b62028db4978ba215c403b43fed9</id>
<content type='text'>
</content>
</entry>
</feed>
