~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-gui-manager.c

  • Committer: Fabrice Rey
  • Date: 2011-11-26 03:04:09 UTC
  • Revision ID: fabounet03@gmail.com-20111126030409-o1mowujsj1gfhmff
port to GTK3: complete !

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
        
278
278
        //\_____________ On ajoute la barre d'etat a la fin.
279
279
        GtkWidget *pStatusBar = gtk_statusbar_new ();
280
 
        gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (pStatusBar), FALSE);
 
280
        #if (GTK_MAJOR_VERSION < 3)
 
281
        gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (pStatusBar), FALSE);  // removed in GTK3 (gtk_window_set_has_resize_grip)
 
282
        #endif
281
283
        gtk_box_pack_start (GTK_BOX (pButtonsHBox),  // pMainVBox
282
284
                pStatusBar,
283
285
                FALSE,