]> git.pld-linux.org Git - packages/kazehakase.git/blob - kazehakase-saving_session.patch
- release 7
[packages/kazehakase.git] / kazehakase-saving_session.patch
1 Index: trunk/src/kz-notebook.c
2 ===================================================================
3 --- trunk/src/kz-notebook.c     (revision 3163)
4 +++ trunk/src/kz-notebook.c     (working copy)
5 @@ -424,12 +424,9 @@
6         /* add to this notebook's history */
7         priv->open_hist = g_list_prepend(priv->open_hist, embed);
8  
9 -       if(pos >= 0)
10 -       {
11 -               sibembed = gtk_notebook_get_nth_page(GTK_NOTEBOOK(notebook), pos);
12 -               sibtab = KZ_TAB_LABEL(gtk_notebook_get_tab_label(GTK_NOTEBOOK(notebook),
13 -                                     sibembed));
14 -       }
15 +       sibembed = gtk_notebook_get_nth_page(GTK_NOTEBOOK(notebook), pos);
16 +       sibtab = KZ_TAB_LABEL(gtk_notebook_get_tab_label(GTK_NOTEBOOK(notebook),
17 +                               sibembed));
18         return sibtab;
19  }
20  
This page took 0.105097 seconds and 3 git commands to generate.