~elementary-system-monitor-maintainers/elementary-system-monitor/trunk

« back to all changes in this revision

Viewing changes to src/interface.cpp

  • Committer: Raphael Isemann
  • Date: 2012-10-27 21:00:48 UTC
  • Revision ID: teemperor@googlemail.com-20121027210048-xtk9r9dbdwpkukhq
wohooo, granite working

Show diffs side-by-side

added added

removed removed

Lines of Context:
732
732
 
733
733
    g_signal_connect (G_OBJECT (notebook), "switch-page",
734
734
                      G_CALLBACK (cb_switch_page), procdata);
735
 
    g_signal_connect (G_OBJECT (notebook), "change-current-page",
 
735
    g_signal_connect (G_OBJECT (notebook), "page_changed",
736
736
                      G_CALLBACK (cb_change_current_page), procdata);
737
737
 
738
738
    gtk_widget_show_all(GTK_WIDGET(notebook)); // need to make page switch work