Re: [evolution-patches] Exchange fix for #311323



On Sat, 2005-07-23 at 16:52 +0530, Sarfraaz Ahmed wrote:

> This patch fixes #311323. The ChangeLog explains the changes.

<quote>
+       lbl_size = gtk_label_new_with_mnemonic (_("Size:"));
+       lbl_size_val = gtk_label_new_with_mnemonic (_(folder_size));
+       gtk_widget_show (lbl_size);
+       gtk_widget_show (lbl_size_val);
+       gtk_misc_set_alignment (GTK_MISC (lbl_size), 0.0, 0.5);
+       gtk_misc_set_alignment (GTK_MISC (lbl_size_val), 0.0, 0.5);
+       gtk_table_attach (GTK_TABLE (parent), lbl_size, 0, 2, row, row
+1, GTK_FILL|GTK_EXPAND, 0, 0, 0);
+       gtk_table_attach (GTK_TABLE (parent), lbl_size_val, 1, 3, row,
row+1, GTK_FILL|GTK_EXPAND, 0, 0, 0);
</quote>

Should check for the flag 'calendar_src_exists' before attaching these
fields. Else these fields will be displayed for "New Calendar" dialog
also. This is the same case with addressbook where the
'contacts_src_exists' flag should be checked.

Thanks -
Praveen.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]