commit 8d273b8c21c320592bbedbbba2d832bfe51332b0 Author: Daniele Forsi <dani...@forsi.it> Date: Tue Jan 4 15:17:53 2011 +0100
GUI fixes * plugins/details_editor/details_editor.glade * Make the "File Size" not editable. * plugins/sorttab_display/display_sorttabs.c * Make the calendar windows stay on top of the main window. plugins/details_editor/details_editor.glade | 2 ++ plugins/sorttab_display/display_sorttabs.c | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) --- diff --git a/plugins/details_editor/details_editor.glade b/plugins/details_editor/details_editor.glade index a6928b6..d3e3847 100644 --- a/plugins/details_editor/details_editor.glade +++ b/plugins/details_editor/details_editor.glade @@ -2682,6 +2682,8 @@ simultaneously</property> <widget class="GtkEntry" id="details_entry_13"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="editable">False</property> + <property name="has_frame">False</property> <property name="invisible_char">●</property> </widget> <packing> diff --git a/plugins/sorttab_display/display_sorttabs.c b/plugins/sorttab_display/display_sorttabs.c index 78fe47b..5cc1678 100644 --- a/plugins/sorttab_display/display_sorttabs.c +++ b/plugins/sorttab_display/display_sorttabs.c @@ -3214,6 +3214,7 @@ void cal_open_calendar(gint inst, T_item item) { g_signal_connect (gtkpod_xml_get_widget (cal_xml, "cal_ok"), "clicked", G_CALLBACK (cal_ok), cal); + gtk_window_set_transient_for(GTK_WINDOW (cal), GTK_WINDOW (gtkpod_app)); gtk_widget_show(cal); } ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2