]> err.no Git - mapper/commitdiff
Set some progress settings
authorKaj-Michael Lang <milang@onion.tal.org>
Wed, 31 Oct 2007 08:54:43 +0000 (10:54 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Wed, 31 Oct 2007 08:54:43 +0000 (10:54 +0200)
src/ui-common.c

index 98a2a92e62bb98a9064b24aa73f1834473c7d627..aa8d9762322dda62c956a5a88622c072aae82acd 100644 (file)
@@ -689,6 +689,8 @@ g_assert(toolbar);
 item=gtk_tool_item_new();
 _progress_item=gtk_progress_bar_new();
 gtk_tool_item_set_expand(item, TRUE);
+gtk_progress_bar_set_ellipsize(_progress_item, PANGO_ELLIPSIZE_END);
+gtk_progress_bar_set_pulse_step(_progress_item, 0.2);
 gtk_container_add(item, _progress_item);
 gtk_toolbar_insert(GTK_TOOLBAR(toolbar), item, -1);