summaryrefslogtreecommitdiff
path: root/src/nautilus-window.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-09-15 19:18:15 +0000
committerDarin Adler <darin@src.gnome.org>2001-09-15 19:18:15 +0000
commit31c20fa038a3459314f4fb61817af32496ac1f0d (patch)
tree153f5cb516d73095c1344f7843129899b9365b5d /src/nautilus-window.c
parent2c8a23505bddb024df06ddcf513df65479824207 (diff)
downloadnautilus-31c20fa038a3459314f4fb61817af32496ac1f0d.tar.gz
Updated bugzilla.eazel.com references to refer to the
corresponding bugzilla.gnome.org bug. Also updated my email address.
Diffstat (limited to 'src/nautilus-window.c')
-rw-r--r--src/nautilus-window.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 1eb756080..2364df438 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -80,7 +80,7 @@
#include <math.h>
#include <sys/time.h>
-/* FIXME bugzilla.eazel.com 1243:
+/* FIXME bugzilla.gnome.org 41243:
* We should use inheritance instead of these special cases
* for the desktop window.
*/
@@ -349,7 +349,7 @@ nautilus_window_clear_status (gpointer callback_data)
nautilus_window_ui_freeze (window);
- /* FIXME bugzilla.eazel.com 3597:
+ /* FIXME bugzilla.gnome.org 43597:
* Should pass "" or NULL here. This didn't work, then did, now doesn't again.
* When this is fixed in Bonobo we should change this line.
*/
@@ -728,7 +728,7 @@ nautilus_window_constructed (NautilusWindow *window)
gtk_widget_show (location_bar_box);
- /* FIXME bugzilla.eazel.com 1243:
+ /* FIXME bugzilla.gnome.org 41243:
* We should use inheritance instead of these special cases
* for the desktop window.
*/
@@ -740,15 +740,15 @@ nautilus_window_constructed (NautilusWindow *window)
window->content_hbox = nautilus_horizontal_splitter_new ();
panel = E_PANED (window->content_hbox);
- /* FIXME bugzilla.eazel.com 1245: Saved in pixels instead of in %? */
- /* FIXME bugzilla.eazel.com 1245: No reality check on the value? */
+ /* FIXME bugzilla.gnome.org 41245: Saved in pixels instead of in %? */
+ /* FIXME bugzilla.gnome.org 41245: No reality check on the value? */
sidebar_width = eel_preferences_get_integer (NAUTILUS_PREFERENCES_SIDEBAR_WIDTH);
e_paned_set_position (E_PANED (window->content_hbox), sidebar_width);
}
gtk_widget_show (window->content_hbox);
bonobo_window_set_contents (BONOBO_WINDOW (window), window->content_hbox);
- /* FIXME bugzilla.eazel.com 1243:
+ /* FIXME bugzilla.gnome.org 41243:
* We should use inheritance instead of these special cases
* for the desktop window.
*/
@@ -769,7 +769,7 @@ nautilus_window_constructed (NautilusWindow *window)
bonobo_ui_component_freeze (window->details->shell_ui, NULL);
- /* FIXME bugzilla.eazel.com 1243:
+ /* FIXME bugzilla.gnome.org 41243:
* We should use inheritance instead of these special cases
* for the desktop window.
*/
@@ -783,7 +783,7 @@ nautilus_window_constructed (NautilusWindow *window)
nautilus_bonobo_set_hidden (window->details->shell_ui,
MENU_BAR_PATH, TRUE);
- /* FIXME bugzilla.eazel.com 4752:
+ /* FIXME bugzilla.gnome.org 44752:
* If we ever get the unsigned math errors in
* gtk_menu_item_size_allocate fixed this can be removed.
*/
@@ -1411,7 +1411,7 @@ chose_component_callback (NautilusViewIdentifier *identifier, gpointer callback_
nautilus_window_set_content_view (window, identifier);
}
- /* FIXME bugzilla.eazel.com 1334: There should be some global
+ /* FIXME bugzilla.gnome.org 41334: There should be some global
* way to signal that the file type associations have changed,
* so that the places that display these lists can react. For
* now, hardwire this case, which is the most obvious one by
@@ -1982,7 +1982,7 @@ nautilus_window_set_content_view_widget (NautilusWindow *window,
*/
nautilus_window_ui_update (window);
- /* FIXME bugzilla.eazel.com 1243:
+ /* FIXME bugzilla.gnome.org 41243:
* We should use inheritance instead of these special cases
* for the desktop window.
*/