fix button conversion problem

2003-05-07  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/task-page.glade: fix button conversion problem

	* gui/dialogs/task-details-page.c
	(task_details_page_fill_widgets): only free the percent if its
	non-null

svn path=/trunk/; revision=21128
This commit is contained in:
JP Rosevear
2003-05-08 14:02:35 +00:00
committed by JP Rosevear
parent 7c5e55ba41
commit bce1283eb5
3 changed files with 10 additions and 17 deletions

View File

@ -1,3 +1,11 @@
2003-05-07 JP Rosevear <jpr@ximian.com>
* gui/dialogs/task-page.glade: fix button conversion problem
* gui/dialogs/task-details-page.c
(task_details_page_fill_widgets): only free the percent if its
non-null
2003-05-07 Rodrigo Moya <rodrigo@ximian.com>
* cal-client/cal-client.c (cal_client_discard_alarm): added missing

View File

@ -317,7 +317,8 @@ task_details_page_fill_widgets (CompEditorPage *page, CalComponent *comp)
}
e_dialog_option_menu_set (priv->status, status, status_map);
cal_component_free_percent (percent);
if (percent)
cal_component_free_percent (percent);
/* Completed Date. */
cal_component_get_completed (comp, &completed);

View File

@ -437,22 +437,6 @@
<property name="label" translatable="yes">Ca_tegories...</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<child>
<widget class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="label" translatable="yes">Ca_tegories...</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">4</property>
<property name="ypad">0</property>
</widget>
</child>
</widget>
<packing>
<property name="padding">0</property>