/[graveman]/graveman/current/src/interface.c
ViewVC logotype

Diff of /graveman/current/src/interface.c

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

revision 1.9 by scresto, Sat Jan 29 18:33:37 2005 UTC revision 1.10 by scresto, Tue Feb 1 02:35:19 2005 UTC
# Line 73  static Tmyentry Gtypeicosize[] = { Line 73  static Tmyentry Gtypeicosize[] = {
73    { "16", N_("16x16 px"), FALSE },    { "16", N_("16x16 px"), FALSE },
74    { "24", N_("24x24 px"), FALSE },    { "24", N_("24x24 px"), FALSE },
75    { "32", N_("32x32 px"), FALSE },    { "32", N_("32x32 px"), FALSE },
76    { "44", N_("44x44 px"), FALSE },    { "48", N_("48x48 px"), FALSE },
77    { NULL }    { NULL }
78  };  };
79    
# Line 235  void remplirecombograveur(GtkComboBox *A Line 235  void remplirecombograveur(GtkComboBox *A
235        
236    if (Aquoi & ISO) {    if (Aquoi & ISO) {
237      gtk_list_store_append(Ldata, &Liter);      gtk_list_store_append(Ldata, &Liter);
238      gtk_list_store_set(Ldata, &Liter, 0, "iso", 1, GISOpetiteIcone, 2, _("ISO file..."), 3, 0, -1);      gtk_list_store_set(Ldata, &Liter, 0, "iso", 1, GISOpetiteIcone, 2, _("ISO file..."), 3, -1, -1);
239    
240      if (Aselvalue && Lselok==FALSE && !strcmp(Aselvalue, "iso")) {      if (Aselvalue && Lselok==FALSE && !strcmp(Aselvalue, "iso")) {
241        gtk_combo_box_set_active_iter(Acombo, &Liter);        gtk_combo_box_set_active_iter(Acombo, &Liter);
# Line 1032  void about_graveman (void) Line 1032  void about_graveman (void)
1032    
1033    Llabelversion = GTK_LABEL(glade_xml_get_widget(Lxml, "version"));    Llabelversion = GTK_LABEL(glade_xml_get_widget(Lxml, "version"));
1034    
1035    Ltmp = g_strdup_printf(_("version %s"), VERSION);    Ltmp = g_strdup_printf(_("version %s - http://www.nongnu.org/graveman", VERSION);
1036    gtk_label_set_label(Llabelversion, Ltmp);    gtk_label_set_label(Llabelversion, Ltmp);
1037    g_free(Ltmp);    g_free(Ltmp);
1038    
# Line 1058  void show_graverwindow (GHashTable *Ahas Line 1058  void show_graverwindow (GHashTable *Ahas
1058    gboolean Lbackvalue = FALSE;    gboolean Lbackvalue = FALSE;
1059    gint Lcont = 1;    gint Lcont = 1;
1060    GtkWidget *Lstatusbox = NULL;    GtkWidget *Lstatusbox = NULL;
1061      GtkWidget *Lparent = GTK_WIDGET(g_hash_table_lookup(Ahash, "topwindow"));
1062    GError *Lerror = NULL;    GError *Lerror = NULL;
1063    
1064    if (!Lxml) {    if (!Lxml) {
# Line 1065  void show_graverwindow (GHashTable *Ahas Line 1066  void show_graverwindow (GHashTable *Ahas
1066    }    }
1067    
1068    Lwindowburn = glade_xml_get_widget(Lxml, "window_burn");    Lwindowburn = glade_xml_get_widget(Lxml, "window_burn");
1069      gtk_window_set_transient_for(GTK_WINDOW(Lwindowburn), GTK_WINDOW(Lparent));
1070    
1071    /* titres avancement */    /* titres avancement */
1072    Ltitle = GTK_LABEL(glade_to_hash(Lxml, Ahash, "gravetitle"));    Ltitle = GTK_LABEL(glade_to_hash(Lxml, Ahash, "gravetitle"));

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26