<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/widgets/menus, branch EVOLUTION_1_2_4</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=EVOLUTION_1_2_4</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=EVOLUTION_1_2_4'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2003-04-01T17:15:53+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-04-01T17:15:53+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2003-04-01T17:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2e5b2bbb530b642dda56b332cfd93810ac415098'/>
<id>urn:sha1:2e5b2bbb530b642dda56b332cfd93810ac415098</id>
<content type='text'>
'EVOLUTION_1_2_4'.

svn path=/tags/EVOLUTION_1_2_4/; revision=20614
</content>
</entry>
<entry>
<title>(set_state): Removed debugging message.</title>
<updated>2003-03-27T16:39:32+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2003-03-27T16:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a4f6a54e0abacd14cd5971bb0e52e52cf38324f6'/>
<id>urn:sha1:a4f6a54e0abacd14cd5971bb0e52e52cf38324f6</id>
<content type='text'>
svn path=/trunk/; revision=20548
</content>
</entry>
<entry>
<title>Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore.</title>
<updated>2003-03-21T17:32:04+00:00</updated>
<author>
<name>Sanshao Jiang</name>
<email>alex.jiang@sun.com</email>
</author>
<published>2003-03-21T17:32:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8794fa517a53f6f54351bc0b2b81a839fba20b03'/>
<id>urn:sha1:8794fa517a53f6f54351bc0b2b81a839fba20b03</id>
<content type='text'>
2003-03-19  Sanshao Jiang  &lt;alex.jiang@sun.com&gt;

	* gal-view-collection.c (gal_view_collection_append_with_title):
	(gal_view_collection_set_nth_view): Use glib macro G_GNUC_FUNCTION
	instead of __FUNCTION__. Thank u, Ettore.

	* gal-view-instance.c (gal_view_instance_set_current_view_id): same
	(add_popup_radio_item): Fix to be compilable on other compilers,
	using gcc extension independent codes.(bug#39176)
	(add_popup_menu_item): same

svn path=/trunk/; revision=20455
</content>
</entry>
<entry>
<title>Instead of using gtk_widget_unparent(), remove the widget from the</title>
<updated>2003-03-17T22:31:22+00:00</updated>
<author>
<name>Hans Petter Jansson</name>
<email>hpj@ximian.com</email>
</author>
<published>2003-03-17T22:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8bc5772286f17dcb7df17ce01ed7b32f83dae454'/>
<id>urn:sha1:8bc5772286f17dcb7df17ce01ed7b32f83dae454</id>
<content type='text'>
2003-03-17  Hans Petter Jansson  &lt;hpj@ximian.com&gt;

	* gal-define-views-dialog.c (gal_define_views_dialog_init): Instead
	of using gtk_widget_unparent(), remove the widget from the container
	using gtk_container_remove(). This fixes crashers where the dialog
	is being used.

	* gal-view-instance-save-as-dialog.c
	(gal_view_instance_save_as_dialog_init): Ditto.

	* gal-view-new-dialog.c (gal_view_new_dialog_init): Ditto.

svn path=/trunk/; revision=20324
</content>
</entry>
<entry>
<title>use access() like camel</title>
<updated>2003-03-14T17:19:25+00:00</updated>
<author>
<name>Mike Kestner</name>
<email>mkestner@ximian.com</email>
</author>
<published>2003-03-14T17:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=0b82cc7a34271a145a45ff7f296304e19a9315cc'/>
<id>urn:sha1:0b82cc7a34271a145a45ff7f296304e19a9315cc</id>
<content type='text'>
2003-03-14  Mike Kestner  &lt;mkestner@ximian.com&gt;

	* gal/util/e-util.c (e_mkdir_hier): use access() like camel

2003-03-14  Mike Kestner  &lt;mkestner@ximian.com&gt;

	* gal-view-collection.c (gal_view_collection_load): check failure
	on e_create_directory call and warn.
	* gal-view-instance.c (save_current_view): check for failure and
	warn.

svn path=/trunk/; revision=20291
</content>
</entry>
<entry>
<title>Use G_GNUC_FUNCTION instead of __FUNCTION__.</title>
<updated>2003-03-06T17:24:22+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2003-03-06T17:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3de88468be5537403264778c2dfac94a80f78953'/>
<id>urn:sha1:3de88468be5537403264778c2dfac94a80f78953</id>
<content type='text'>
* menus/gal-view-menus.c (gal_view_menus_unmerge): Use
G_GNUC_FUNCTION instead of __FUNCTION__.

* e-dropdown-button.c (menu_deactivate_cb): Removed debugging
spew.

svn path=/trunk/; revision=20200
</content>
</entry>
<entry>
<title>Remove unneeded MAP_DIR define. (gladedir): Remove. Defined in</title>
<updated>2003-02-05T22:04:48+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2003-02-05T22:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=fe4da718f0ae5a8a0fbf7249acf3f235113df792'/>
<id>urn:sha1:fe4da718f0ae5a8a0fbf7249acf3f235113df792</id>
<content type='text'>
	* e-timezone-dialog/Makefile.am (INCLUDES): Remove unneeded
	MAP_DIR define.
	(gladedir): Remove. Defined in configure.in now.

	* menus/gal-view-menus.c: #include &lt;string.h&gt;

svn path=/trunk/; revision=19773
</content>
</entry>
<entry>
<title>Here too.</title>
<updated>2003-01-15T19:38:50+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2003-01-15T19:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=285b33d516b24c808cda4915870cc42f631173cc'/>
<id>urn:sha1:285b33d516b24c808cda4915870cc42f631173cc</id>
<content type='text'>
2003-01-15  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* gal-view-instance.c (save_current_view): Here too.

	* gal-view-collection.c (gal_view_collection_save): Use
	e_xml_save_file().

svn path=/trunk/; revision=19479
</content>
</entry>
<entry>
<title>add the parent arg.</title>
<updated>2002-12-19T02:23:44+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@ximian.com</email>
</author>
<published>2002-12-19T02:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=be8b72f96374ec259a161750a3d3ed0cd48cefbc'/>
<id>urn:sha1:be8b72f96374ec259a161750a3d3ed0cd48cefbc</id>
<content type='text'>
2002-12-18  Chris Toshok  &lt;toshok@ximian.com&gt;

	* gal-view.[ch] (gal_view_edit): add the parent arg.

	* gal-view-new-dialog.c (gal_view_new_dialog_init): set the dialog
	modal.

	* gal-view-etable.c (gal_view_etable_edit): take the parent arg
	and pass it to e_table_config_new.

	* gal-define-views-dialog.c (gdvd_button_new_dialog_callback):
	pass the dialog as the parent to gal_view_edit.
	(gdvd_button_modify_callback): same.
	(gdvd_button_new_callback): set view_new_dialog transient for
	dialog.

svn path=/trunk/; revision=19164
</content>
</entry>
<entry>
<title>protect against null instance_id's (bug#35540)</title>
<updated>2002-12-14T05:27:01+00:00</updated>
<author>
<name>Mike Kestner</name>
<email>mkestner@ximian.com</email>
</author>
<published>2002-12-14T05:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=02a2b0046f0c969bcaf6b1fecf68a6f001e8cd4b'/>
<id>urn:sha1:02a2b0046f0c969bcaf6b1fecf68a6f001e8cd4b</id>
<content type='text'>
2002-12-13  Mike Kestner  &lt;mkestner@ximian.com&gt;

	* gal-view-instance.c (gal_view_instance_construct):
	protect against null instance_id's (bug#35540)

svn path=/trunk/; revision=19118
</content>
</entry>
</feed>
