evolution r35268 - trunk/plugins/groupwise-features



Author: mcrha
Date: Thu Mar 27 11:25:56 2008
New Revision: 35268
URL: http://svn.gnome.org/viewvc/evolution?rev=35268&view=rev

Log:
2008-03-27  Milan Crha  <mcrha redhat com>

	** Fix for bug #511956

	* share-folder.c: (notification_clicked): Mark text for translation.
	* properties.glade: Make dialog nicer.



Modified:
   trunk/plugins/groupwise-features/ChangeLog
   trunk/plugins/groupwise-features/properties.glade
   trunk/plugins/groupwise-features/share-folder.c

Modified: trunk/plugins/groupwise-features/properties.glade
==============================================================================
--- trunk/plugins/groupwise-features/properties.glade	(original)
+++ trunk/plugins/groupwise-features/properties.glade	Thu Mar 27 11:25:56 2008
@@ -729,11 +729,12 @@
 
 	      <child>
 		<widget class="GtkScrolledWindow" id="scrolledwindow3">
+		  <property name="border_width">0</property>
 		  <property name="visible">True</property>
 		  <property name="can_focus">True</property>
-		  <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
-		  <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
-		  <property name="shadow_type">GTK_SHADOW_NONE</property>
+		  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+		  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+		  <property name="shadow_type">GTK_SHADOW_IN</property>
 		  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
 		  <child>
@@ -844,8 +845,8 @@
 	  </child>
 	</widget>
 	<packing>
-	  <property name="padding">42</property>
-	  <property name="expand">True</property>
+	  <property name="padding">0</property>
+	  <property name="expand">False</property>
 	  <property name="fill">True</property>
 	</packing>
       </child>

Modified: trunk/plugins/groupwise-features/share-folder.c
==============================================================================
--- trunk/plugins/groupwise-features/share-folder.c	(original)
+++ trunk/plugins/groupwise-features/share-folder.c	Thu Mar 27 11:25:56 2008
@@ -541,7 +541,7 @@
 	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))));



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