ALT Linux Bugzilla
– Attachment 5167 Details for
Bug 26429
Добавляются пробелы в конце строк *.list и удаляются идентификаторы репозитория
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч.
synaptic-0.58-selectionchanged.patch (text/plain), 978 bytes, created by
NotHAM
on 2011-10-21 22:41:37 MSK
(
hide
)
Description:
Патч.
Filename:
MIME Type:
Creator:
NotHAM
Created:
2011-10-21 22:41:37 MSK
Size:
978 bytes
patch
obsolete
>diff --git a/synaptic/gtk/rgrepositorywin.cc b/synaptic/gtk/rgrepositorywin.cc >index 6ef14cc..bb1b92b 100644 >--- synaptic.orig/gtk/rgrepositorywin.cc >+++ synaptic/gtk/rgrepositorywin.cc >@@ -675,11 +675,13 @@ void RGRepositoryEditor::SelectionChanged(GtkTreeSelection *selection, > gtk_entry_set_text(GTK_ENTRY(me->_entryDist), utf8(rec->Dist.c_str())); > gtk_entry_set_text(GTK_ENTRY(me->_entrySect), ""); > >- for (unsigned int I = 0; I < rec->NumSections; I++) { >+ for (unsigned int I = 0; I < (rec->NumSections - 1); I++) { > gtk_entry_append_text(GTK_ENTRY(me->_entrySect), > utf8(rec->Sections[I].c_str())); > gtk_entry_append_text(GTK_ENTRY(me->_entrySect), " "); > } >+ gtk_entry_append_text(GTK_ENTRY(me->_entrySect), >+ utf8(rec->Sections[rec->NumSections - 1].c_str())); > } else { > //cout << "no selection" << endl; > gtk_widget_set_sensitive(me->_editTable, FALSE);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26429
:
5160
| 5167 |
5176
|
5205