Diff of /trunk/src/main.c

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

revision 246 by harbaum, Mon Jul 27 15:02:00 2009 UTC revision 248 by harbaum, Tue Jul 28 06:27:25 2009 UTC
# Line 1528  int main(int argc, char *argv[]) { Line 1528  int main(int argc, char *argv[]) {
1528    
1529  #if defined(ZOOM_BUTTONS) || defined(DETAIL_POPUP)  #if defined(ZOOM_BUTTONS) || defined(DETAIL_POPUP)
1530    GtkWidget *zhbox = gtk_hbox_new(FALSE, 0);    GtkWidget *zhbox = gtk_hbox_new(FALSE, 0);
   
1531    gtk_box_pack_start_defaults(GTK_BOX(zhbox), statusbar_new(&appdata));    gtk_box_pack_start_defaults(GTK_BOX(zhbox), statusbar_new(&appdata));
1532  #endif  #endif
1533    
# Line 1540  int main(int argc, char *argv[]) { Line 1539  int main(int argc, char *argv[]) {
1539    g_signal_connect(appdata.btn_detail_popup, "clicked",    g_signal_connect(appdata.btn_detail_popup, "clicked",
1540                     G_CALLBACK(detail_level_popup), &appdata);                     G_CALLBACK(detail_level_popup), &appdata);
1541    gtk_box_pack_start(GTK_BOX(zhbox), appdata.btn_detail_popup, FALSE, FALSE, 0);    gtk_box_pack_start(GTK_BOX(zhbox), appdata.btn_detail_popup, FALSE, FALSE, 0);
   gtk_box_pack_start(GTK_BOX(vbox), zhbox, FALSE, FALSE, 0);  
1542  #endif  #endif
1543    
1544  #ifdef ZOOM_BUTTONS  #ifdef ZOOM_BUTTONS

Legend:
Removed from v.246  
changed lines
  Added in v.248