Diff of /trunk/src/cache.c

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

revision 165 by harbaum, Sun Nov 8 20:32:55 2009 UTC revision 166 by harbaum, Sun Nov 8 20:34:22 2009 UTC
# Line 787  static void on_notebook_button_clicked(G Line 787  static void on_notebook_button_clicked(G
787    
788    page = (gint)g_object_get_data(G_OBJECT(button), "page");    page = (gint)g_object_get_data(G_OBJECT(button), "page");
789    gtk_notebook_set_current_page(nb, page);    gtk_notebook_set_current_page(nb, page);
   
  //  gtk_widget_set_state(button, GTK_STATE_ACTIVE);   // or: SELECTED, ACTIVE  
  //  gtk_widget_show_all(button);  
790  }  }
791    
   
792  static void notebook_append_page(GtkWidget *notebook,  static void notebook_append_page(GtkWidget *notebook,
793                                   GtkWidget *page, char *label) {                                   GtkWidget *page, char *label) {
794  #ifdef CUSTOM_NOTEBOOK  #ifdef CUSTOM_NOTEBOOK

Legend:
Removed from v.165  
changed lines
  Added in v.166