Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 16142 Details for
Bug 26688
syndigator-0.15.1.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
syndigator-0.11-gentoo.patch
syndigator-0.11-gentoo.patch (text/plain), 3.79 KB, created by
MATSUU Takuto (RETIRED)
on 2003-08-15 11:54:51 UTC
(
hide
)
Description:
syndigator-0.11-gentoo.patch
Filename:
MIME Type:
Creator:
MATSUU Takuto (RETIRED)
Created:
2003-08-15 11:54:51 UTC
Size:
3.79 KB
patch
obsolete
>diff -Naur syndigator-0.11.orig/syndigator syndigator-0.11/syndigator >--- syndigator-0.11.orig/syndigator 2003-08-14 18:03:25.000000000 +0900 >+++ syndigator-0.11/syndigator 2003-08-05 00:20:21.000000000 +0900 >@@ -1,6 +1,6 @@ > #!/usr/bin/perl > >-use lib './lib'; >+use lib '/usr/lib/syndigator'; > use strict; > use Getopt::Long; > >diff -Naur syndigator-0.11.orig/lib/RSSReader/GtkUI/ImporterDruid.pm syndigator-0.11/lib/RSSReader/GtkUI/ImporterDruid.pm >--- syndigator-0.11.orig/lib/RSSReader/GtkUI/ImporterDruid.pm 2003-08-14 18:03:26.000000000 +0900 >+++ syndigator-0.11/lib/RSSReader/GtkUI/ImporterDruid.pm 2003-08-05 00:20:21.000000000 +0900 >@@ -9,12 +9,13 @@ > sub run { > my $c = shift; > my $importer = shift; >+ my $images_dir = shift; > > my $w = new Gtk::Window; > $w->set_title("Syndigator ".$importer->name()." importer"); > my $druid = Gnome::Druid->new(); > my $s = bless { _importer => $importer, _druid=>$druid}, $c; >- $s->{_logo} = load_image Gtk::Gdk::ImlibImage('images/logo-simple.xpm'); >+ $s->{_logo} = load_image Gtk::Gdk::ImlibImage($images_dir.'logo-simple.xpm'); > > my $start = Gnome::DruidPageStart->new(); > $start->set_title("Syndigator ".$importer->name()." importer: "); >diff -Naur syndigator-0.11.orig/lib/RSSReader/GtkUI/MainWindow.pm syndigator-0.11/lib/RSSReader/GtkUI/MainWindow.pm >--- syndigator-0.11.orig/lib/RSSReader/GtkUI/MainWindow.pm 2003-08-14 18:03:26.000000000 +0900 >+++ syndigator-0.11/lib/RSSReader/GtkUI/MainWindow.pm 2003-08-05 00:20:21.000000000 +0900 >@@ -22,6 +22,7 @@ > use base qw(RSSReader::Logger RSSReader::GtkUI); > > our $_main_window; >+my $images_dir = '/usr/share/syndigator/images/'; > > sub new { > my $c = shift; >@@ -89,7 +90,7 @@ > > > my $style = $window->get_style()->bg( 'normal' ); >- my ( $l_pixmap, $l_mask ) = Gtk::Gdk::Pixmap->create_from_xpm( $window->window, $style, "./images/logo-simple.xpm" ); >+ my ( $l_pixmap, $l_mask ) = Gtk::Gdk::Pixmap->create_from_xpm( $window->window, $style, $images_dir.'logo-simple.xpm' ); > $window->window->set_icon($window->window, $l_pixmap, $l_mask); > > >@@ -248,8 +249,8 @@ > $s->{_online_button}->set_relief('none'); > $s->{_online_button}->show; > $s->{_status_hbox}->pack_end($s->{_online_button},0,0,0); >- $s->{online_pix} = Gnome::Pixmap->new_from_file('images/online.png'); >- $s->{offline_pix} = Gnome::Pixmap->new_from_file('images/offline.png'); >+ $s->{online_pix} = Gnome::Pixmap->new_from_file($images_dir.'online.png'); >+ $s->{offline_pix} = Gnome::Pixmap->new_from_file($images_dir.'offline.png'); > $s->{online_pix}->show(); > $s->{offline_pix}->show(); > $s->{_online_button_tooltips} = new Gtk::Tooltips(); >@@ -338,7 +339,7 @@ > my @importers = RSSReader::Importer->get_importers(); > foreach my $importer (@importers) { > my $imp_item = Gnome::Stock->menu_item( "Add", $importer->name() ); >- $imp_item->signal_connect( 'activate', sub{ RSSReader::GtkUI::ImporterDruid->run($importer) } ); >+ $imp_item->signal_connect( 'activate', sub{ RSSReader::GtkUI::ImporterDruid->run($importer, $images_dir) } ); > $import_menu->append($imp_item); > } > $import_item->set_submenu($import_menu); >@@ -400,7 +401,7 @@ > my $help_menu = new Gtk::MenuItem("Help"); > my $help_submenu = new Gtk::Menu; > my $about_item = Gnome::Stock->menu_item( "Menu_About", 'About' ); >- $about_item->signal_connect('activate', sub {Gnome::About->new('Syndigator', $VERSION, undef, ['Bruno Tavares', 'Paulo Anes'],'http://syndigator.sf.net', 'images/logo-124x22.xpm')->show()} ); >+ $about_item->signal_connect('activate', sub {Gnome::About->new('Syndigator', $VERSION, undef, ['Bruno Tavares', 'Paulo Anes'],'http://syndigator.sf.net', $images_dir.'logo-124x22.xpm')->show()} ); > $about_item->show(); > $help_submenu->append($about_item); > $help_menu->set_submenu($help_submenu);
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 26688
:
16141
|
16142
|
18680
|
34176