Develop and Download Open Source Software

Browse CVS Repository

Diff of /shiki/shiki/shiki.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.18 by aloha, Sun Nov 12 07:21:49 2006 UTC revision 1.19 by aloha, Sun Nov 12 09:38:40 2006 UTC
# Line 581  static void append_tabpage(GtkNotebook * Line 581  static void append_tabpage(GtkNotebook *
581    Shiki_EDITOR_TAB_INFO_LIST = g_list_append(Shiki_EDITOR_TAB_INFO_LIST, tabinfo);    Shiki_EDITOR_TAB_INFO_LIST = g_list_append(Shiki_EDITOR_TAB_INFO_LIST, tabinfo);
582    gtk_notebook_set_current_page(notebook, g_list_length(Shiki_EDITOR_TAB_INFO_LIST) - 1);    gtk_notebook_set_current_page(notebook, g_list_length(Shiki_EDITOR_TAB_INFO_LIST) - 1);
583    gtk_widget_show_all(GTK_WIDGET(notebook));    gtk_widget_show_all(GTK_WIDGET(notebook));
584      gtk_notebook_set_current_page(notebook, Shiki_CURRENT_TAB_NUM);
585  }  }
586    
587  static void append_tabpage_handler(GtkButton *button, GtkNotebook *notebook) {  static void append_tabpage_handler(GtkButton *button, GtkNotebook *notebook) {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26