forked from AuroraMiddleware/gtk
Avoid a near-duplicate string. (#345320, Hendrik Richter)
2006-06-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_add_shortcut_folder): Avoid a near-duplicate string. (#345320, Hendrik Richter)
This commit is contained in:
parent
c8747d974d
commit
2b125d2284
14
ChangeLog
14
ChangeLog
@ -1,3 +1,8 @@
|
||||
2006-06-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_add_shortcut_folder):
|
||||
Avoid a near-duplicate string. (#345320, Hendrik Richter)
|
||||
|
||||
2006-06-19 Federico Mena Quintero <federico@novell.com>
|
||||
|
||||
* gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder)
|
||||
@ -15,8 +20,15 @@
|
||||
|
||||
2006-06-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols: Add new functions
|
||||
|
||||
* gtk/gtkprinter.h:
|
||||
* gtk/gtkprinter.c (gtk_enumerate_printers): New function
|
||||
to list all printers (#344074, Felipe Heidrich)
|
||||
|
||||
* gtk/gtkprinter-private.h:
|
||||
* gtk/gtkprinter.c (_gtk_printer_get_options):
|
||||
* gtk/gtkprinter.c (_gtk_printer_get_options)
|
||||
|
||||
* gtk/gtkprintbackend.h: Add a capabilities argument to the
|
||||
printer_get_options method and to the _gtk_printer_get_options
|
||||
function
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-06-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_add_shortcut_folder):
|
||||
Avoid a near-duplicate string. (#345320, Hendrik Richter)
|
||||
|
||||
2006-06-19 Federico Mena Quintero <federico@novell.com>
|
||||
|
||||
* gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder)
|
||||
@ -15,8 +20,15 @@
|
||||
|
||||
2006-06-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols: Add new functions
|
||||
|
||||
* gtk/gtkprinter.h:
|
||||
* gtk/gtkprinter.c (gtk_enumerate_printers): New function
|
||||
to list all printers (#344074, Felipe Heidrich)
|
||||
|
||||
* gtk/gtkprinter-private.h:
|
||||
* gtk/gtkprinter.c (_gtk_printer_get_options):
|
||||
* gtk/gtkprinter.c (_gtk_printer_get_options)
|
||||
|
||||
* gtk/gtkprintbackend.h: Add a capabilities argument to the
|
||||
printer_get_options method and to the _gtk_printer_get_options
|
||||
function
|
||||
|
@ -6786,7 +6786,7 @@ gtk_file_chooser_default_add_shortcut_folder (GtkFileChooser *chooser,
|
||||
g_set_error (error,
|
||||
GTK_FILE_CHOOSER_ERROR,
|
||||
GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS,
|
||||
_("shortcut %s already exists"),
|
||||
_("Shortcut %s already exists"),
|
||||
uri);
|
||||
g_free (uri);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user