From 787be15b58456dd80311e913b3d3dc6a67b803f2 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 27 Mar 2008 11:25:56 +0000 Subject: ** Fix for bug #511956 2008-03-27 Milan Crha ** Fix for bug #511956 * share-folder.c: (notification_clicked): Mark text for translation. * properties.glade: Make dialog nicer. svn path=/trunk/; revision=35268 --- plugins/groupwise-features/ChangeLog | 7 +++++++ plugins/groupwise-features/properties.glade | 11 ++++++----- plugins/groupwise-features/share-folder.c | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) (limited to 'plugins/groupwise-features') diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index cf7252392c..7e58f91641 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,10 @@ +2008-03-27 Milan Crha + + ** Fix for bug #511956 + + * share-folder.c: (notification_clicked): Mark text for translation. + * properties.glade: Make dialog nicer. + 2008-03-27 Milan Crha ** Fix for bug #511953 diff --git a/plugins/groupwise-features/properties.glade b/plugins/groupwise-features/properties.glade index 95f9758db0..6c36d4ba3e 100644 --- a/plugins/groupwise-features/properties.glade +++ b/plugins/groupwise-features/properties.glade @@ -729,11 +729,12 @@ + 0 True True - GTK_POLICY_ALWAYS - GTK_POLICY_ALWAYS - GTK_SHADOW_NONE + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN GTK_CORNER_TOP_LEFT @@ -844,8 +845,8 @@ - 42 - True + 0 + False True diff --git a/plugins/groupwise-features/share-folder.c b/plugins/groupwise-features/share-folder.c index b073b54f19..93ae7c8909 100644 --- a/plugins/groupwise-features/share-folder.c +++ b/plugins/groupwise-features/share-folder.c @@ -541,7 +541,7 @@ notification_clicked(GtkButton *button, ShareFolder *sf) g_signal_connect ((gpointer) not_ok, "clicked", G_CALLBACK (not_ok_clicked), sf); not_cancel = GTK_BUTTON (glade_xml_get_widget (xmln, "nCancel")); g_signal_connect ((gpointer) not_cancel, "clicked", G_CALLBACK (not_cancel_clicked), sf->window); - gtk_window_set_title (GTK_WINDOW (sf->window), "Custom Notification"); + gtk_window_set_title (GTK_WINDOW (sf->window), _("Custom Notification")); gtk_window_set_position (GTK_WINDOW (sf->window) , GTK_WIN_POS_CENTER_ALWAYS); gtk_window_set_default_size (GTK_WINDOW (sf->window), 100, 200); gtk_window_set_transient_for ((GtkWindow *)sf->window, GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (sf->table)))); -- cgit