]> git.pld-linux.org Git - packages/agnubis.git/blob - agnubis-determinism.patch
- tabs in preamble
[packages/agnubis.git] / agnubis-determinism.patch
1 --- agnubis-20031120/src/interface.c.orig       2003-11-21 02:25:13.000000000 +0100
2 +++ agnubis-20031120/src/interface.c    2003-11-21 02:31:26.000000000 +0100
3 @@ -391,6 +391,7 @@
4                         mainwin);
5         gtk_combo_box_set_title(GTK_COMBO_BOX(widget), "Font");
6         gtk_container_set_border_width(GTK_CONTAINER(widget), 0);
7 +       i = 0;
8         for (l = font_family_list; l; l = l->next)
9         {
10                 if (l->data) // Avoid empty fonts in the list
11 @@ -446,6 +447,8 @@
12         GList *l;
13         gint len, i, index;
14  
15 +       dockitem = bonobo_dock_item_new("DockItem", BONOBO_DOCK_ITEM_BEH_NORMAL);
16 +       toolbar = gtk_toolbar_new();
17         /* Font Size Selector */
18         element = gtk_combo_text_new(TRUE);
19         g_signal_connect(G_OBJECT(GTK_COMBO_TEXT(element)->entry),
20 @@ -507,7 +510,7 @@
21         paned = gtk_hpaned_new();
22         gtk_paned_set_position (GTK_PANED (paned), 150);
23         gtk_widget_show(paned);
24 -p
25 +
26         /* Navigation inside of the presentation */
27         notebook = gtk_notebook_new();
28         gtk_widget_show(notebook);
This page took 0.07238 seconds and 3 git commands to generate.